document.write( "Question 763108: Set up the equation for the following situation and solve.
\n" );
document.write( "Adam has three times as much money as Betty. Together they have $34. How much money does each person have ? \n" );
document.write( "
Algebra.Com's Answer #464506 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let A = amount of money Adam has. \n" ); document.write( "Let B = amount of money Betty has. \n" ); document.write( "Then you have two equations \n" ); document.write( "(1) A = 3*B and \n" ); document.write( "(2) A + B = 34 \n" ); document.write( "Now substitute (1) into (2) and get \n" ); document.write( "(3) 3*B + B = 34 or \n" ); document.write( "(4) 4*B = 34 or \n" ); document.write( "(5) B = 8.5 \n" ); document.write( "and from (1) we get \n" ); document.write( "(6) A = 3*8.5 or \n" ); document.write( "(7) A = 25.5 \n" ); document.write( "Let's check this with (2). \n" ); document.write( "Is (25.5 + 8.5 = 34)? \n" ); document.write( "Is (34 = 34)? Yes \n" ); document.write( "Answer: Adam has $25.50 and Betty has $8.50 \n" ); document.write( " \n" ); document.write( " |