document.write( "Question 448549: A dealer sold a certain number of portable TV sets at P6,400 each. The dealer would have taken in as much money had 3 fewer sets been sold at P7,680. How many sets were sold at P6,400? \n" ); document.write( "
Algebra.Com's Answer #308698 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The amount of money taken in by the dealer is the same in both cases. \n" ); document.write( "Let x = the number sold at $6400 \n" ); document.write( "The amount taken in at $6400 is: \n" ); document.write( "6400x \n" ); document.write( "And the amount that would have been taken in at $7680 is: \n" ); document.write( "7680(x-3) [3 fewer sets] \n" ); document.write( "Now we set these two equations equal and solve for x: \n" ); document.write( "6400x = 7680(x-3) \n" ); document.write( "1280x = 23040 \n" ); document.write( "x = 18 \n" ); document.write( "Therefore, 18 sets were sold \n" ); document.write( " |