document.write( "Question 1080827: Zachary had nickels, dimes, and quarters. He has 58 coin in total, value is 6.50. There are twice as many dimes as nickels. How many of each does he have. \n" ); document.write( "
Algebra.Com's Answer #694912 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let N be the number of nickels and Q be the number of quarters.\r\n" );
document.write( "Then the number of dimes is 2N.\r\n" );
document.write( "\r\n" );
document.write( "Nickels contribute  5N             cents to the total.\r\n" );
document.write( "Dimes contribute   10*(2N) = 20N   cents to the total.\r\n" );
document.write( "Quarter contribute  25Q            cents.\r\n" );
document.write( "\r\n" );
document.write( "Hence, the \"value\" equation is \r\n" );
document.write( "\r\n" );
document.write( "5N + 20N + 25Q = 650   cents,   or\r\n" );
document.write( "\r\n" );
document.write( "25N + 25Q = 650,    or\r\n" );
document.write( "\r\n" );
document.write( "N + Q = 26,\r\n" );
document.write( "\r\n" );
document.write( "The \"coins\" equation is \r\n" );
document.write( "\r\n" );
document.write( "N + 2N + 5Q = 58,   or\r\n" );
document.write( "\r\n" );
document.write( "3N + 5Q = 58.           \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, you have this system\r\n" );
document.write( "\r\n" );
document.write( " N +  Q = 26,     (1)\r\n" );
document.write( "3N + 5Q = 58.     (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The setup is done.\r\n" );
document.write( "Solve the system by any method you know (substitution, elimination).\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );