document.write( "Question 4768: John and Harvey sold widgets, Harvey sold 2 1/2 times as many widgets as John. If the difference in their sales was 87 units. How many widgets did each of them sell? \n" ); document.write( "
Algebra.Com's Answer #2416 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the number of widgets that John sold \n" ); document.write( "Let 2.5x= the number of widgets Harvey sold (2.5 times as many as John)\r \n" ); document.write( "\n" ); document.write( "the difference indicates a subtraction problem: \n" ); document.write( "2.5x-x=87 \n" ); document.write( "Combine like terms: \n" ); document.write( "1.5x=87 \n" ); document.write( "Divide both sides by 1.5: \n" ); document.write( "x=58\r \n" ); document.write( "\n" ); document.write( "John sold 58 units, Harvey sold 145 units (2.5*58)\r \n" ); document.write( "\n" ); document.write( "145-58=87 so this is correct. \n" ); document.write( " |