document.write( "Question 1099859: A box contains $7.10 in nickels, dimes, and quarters. There are 42 coins in all, and the sum of the numbers of nickels and dimes is 2 less than the number of quarters. How many coins of each kind are there? \n" ); document.write( "
Algebra.Com's Answer #714340 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let Q be the number of quarters.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of nickels and dimes is (42-Q), and the condition says that \r\n" ); document.write( "\r\n" ); document.write( "this number (42-Q) is 2 less than Q.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It gives you an equation \r\n" ); document.write( "\r\n" ); document.write( "42 - Q = Q - 2, which implies\r\n" ); document.write( "\r\n" ); document.write( "2Q = 42 - 2 = 40 and then Q =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The key to the solution of this problem is to choose the leading unknown correctly.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |