document.write( "Question 242826: Betty bought a car which was $1543.00 more than the other car that Joan bought. Paula bought a car that cost $977.00 less than Joans. The total price of all three cars was $62468.00 How much did each girl's car cost? \n" ); document.write( "
Algebra.Com's Answer #177806 by oberobic(2304) ![]() You can put this solution on YOUR website! In the setup it is important to use the fewest possible unknowns. \n" ); document.write( "B is the price paid by Betty for her car. \n" ); document.write( "P is the price paid by Paula for her car. \n" ); document.write( "J is the price paid by Joan for her car. \n" ); document.write( "B + P + J = 62468. \n" ); document.write( "B = J + 1543 (Betty's car cost 1543 more than Joan's) \n" ); document.write( "P = J - 977 (Paula's car is 977 less than Joan's) \n" ); document.write( "Substituting in the sum formula, we have: \n" ); document.write( "(J+1543) + (J-977) + J = 62468 \n" ); document.write( "Combining... \n" ); document.write( "3J + 566 = 62468 \n" ); document.write( "Subtracting 566 from both sides... \n" ); document.write( "3J = 61,902 \n" ); document.write( "Dividing both sides by 3... \n" ); document.write( "J = 20,634 \n" ); document.write( "B = 20,634 + 1543 \n" ); document.write( "P = 20,634 - 977 \n" ); document.write( " |