document.write( "Question 760411: A person has three times as many two dollar coin in his pocket as one dollar coins.The total value of these coins is $49. How many coins of each kind has he? \n" ); document.write( "
Algebra.Com's Answer #462623 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the number of $2 coins \n" ); document.write( "Let y = the number of $1 coins \n" ); document.write( "We can write two equations, one for the number of coins and the other for the total value of the coins. For the number of coins we have \n" ); document.write( "(1) x = 3*y \n" ); document.write( "For the value we have \n" ); document.write( "(2) 2*x + 1*y = 49 \n" ); document.write( "Now put x of (1) into (2) and get \n" ); document.write( "(3) 2*(3*y) + y = 49 or \n" ); document.write( "(4) 7*y = 49 or \n" ); document.write( "(5) y = 7 \n" ); document.write( "Then using (1) we get \n" ); document.write( "(6) x = 3*7 or \n" ); document.write( "(7) x = 21 \n" ); document.write( "Let's check using (2). \n" ); document.write( "Is (2*21 + 1*7 = 49)? \n" ); document.write( "Is (42 + 7 = 49)? \n" ); document.write( "Is (49 = 49)? Yes \n" ); document.write( "Answer: The person has 21 two dollar coins and 7 one dollar coins. \n" ); document.write( " \n" ); document.write( " |