document.write( "Question 1099049: Joe delivers 5 newspapers in the same time Matt delivers 4 newspapers. If they have a total of 54 papers, how many did Joe deliver? How many did Matt deliver? \n" ); document.write( "
Algebra.Com's Answer #713456 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Joe delivers 5 newspapers in the same time Matt delivers 4 newspapers. \n" ); document.write( " If they have a total of 54 papers, how many did Joe deliver? \n" ); document.write( " How many did Matt deliver? \n" ); document.write( ": \n" ); document.write( "let x = the multiplier \n" ); document.write( "then \n" ); document.write( "5x = number of papers delivered by Joe \n" ); document.write( "and \n" ); document.write( "4x = no. of papers by Matt \n" ); document.write( ": \n" ); document.write( "5x + 4x = 54 \n" ); document.write( "9x = 54 \n" ); document.write( "x = 54/9 \n" ); document.write( "x = 6 is the multiplier \n" ); document.write( "therefore \n" ); document.write( "6*5 = 30 delivered by Joe \n" ); document.write( "and \n" ); document.write( "6*4 = 24 delivered by Matt \n" ); document.write( " \n" ); document.write( " |