document.write( "Question 1002783: The value of a number of nickels and quarters is $3.25. If the number of nickels is increased by 3 and the number of quarters is doubled, the value would be $5.90. Find the number of each \n" ); document.write( "
Algebra.Com's Answer #619694 by ikleyn(52834)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The value of a number of nickels and quarters is $3.25. If the number of nickels is increased by 3 and the number of quarters is doubled, the value would be $5.90. Find the number of each.
\n" ); document.write( "-------------------------------------------------------
\n" ); document.write( "
\r\n" );
document.write( "Let n = # of nickels and\r\n" );
document.write( "    q = # of quarters.\r\n" );
document.write( "\r\n" );
document.write( "Then you have a system of 2 equations in 2 unknowns\r\n" );
document.write( "\r\n" );
document.write( "5n + 25q = 325,\r\n" );
document.write( "5*(n+3) + 25*2q = 590.\r\n" );
document.write( "\r\n" );
document.write( "Solve it for n and q.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );