document.write( "Question 1208177: Hi
\n" );
document.write( "Mr Thomas spent $1972 on cars and dolls. He bought 3 times as many cars as dolls. Each doll cost $10 more than each car. She paid $476 more for the cars than the dolls. What is the cost of a doll. \n" );
document.write( "
Algebra.Com's Answer #846409 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "He bought 3 times as many cars as dolls: \n" ); document.write( "let x = # of dolls \n" ); document.write( "then 3x = # of dolls \n" ); document.write( "Each doll cost $10 more than each car: \n" ); document.write( "let y = cost of each car \n" ); document.write( "then y+10 = cost of each doll \n" ); document.write( "total cost of the cars: (3x)(y) = 3xy \n" ); document.write( "total cost of the dolls: (x)(y+10)=xy+10x \n" ); document.write( "The total cost was $1972; the cost of the cars was $476 more than the cost of the dolls: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Eliminate the xy term from the two equations: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "He bought x=34 dolls and 3x=102 cars \n" ); document.write( "Substitute x=34 in one of the equations to solve for y: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The cost of each car was y = $12; the cost of each doll was y+10 = $22 \n" ); document.write( "ANSWER: $22 \n" ); document.write( "CHECK: \n" ); document.write( "cost of 34 dolls and 102 cars: 34($22)+102($12) = $748+$1224 = $1972 \n" ); document.write( "difference between cost of cars and cost of dolls: $1224-$748 = $476 \n" ); document.write( " \n" ); document.write( " |