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)\"\" \"About 
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 = \"40%2F2\" = 20.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we have 20 quarters that sum up to 20*25 = 5 dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Taking these 20 quarters away, we have 42-20 = 22 coins that are nickels and dimes and worth 710 - 500 = 210 cents.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "If you think one minute on it, you will find the solution MENTALLY: 20 dimes and 2 nickels.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  20 quarters, 20 dimes and 2 nickels.\r\n" );
document.write( "
\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( "
\n" );