document.write( "Question 800831: you have 20 coins in your pocket that are either quarters or nickles they total $3.40 how much of each do you have? \n" ); document.write( "
Algebra.Com's Answer #483291 by harpazo(655)\"\" \"About 
You can put this solution on YOUR website!
Let q = quarters\r
\n" ); document.write( "\n" ); document.write( "Let n = nickels\r
\n" ); document.write( "\n" ); document.write( "q + n = 20
\n" ); document.write( "0.25q + 0.05n = 3.40\r
\n" ); document.write( "\n" ); document.write( "This is a system of linear equations in two variables.\r
\n" ); document.write( "\n" ); document.write( "Solve by substitution method.
\n" ); document.write( "
\n" );