document.write( "Question 119636: A jar of quarters and nickels contains $1.25. There are 13 coins in all. How many of each are there? How do I solve this problem using algebra? \n" ); document.write( "
Algebra.Com's Answer #87638 by benbjlin(6)\"\" \"About 
You can put this solution on YOUR website!
You can set up the problem as follows:\r
\n" ); document.write( "\n" ); document.write( "1.25 = A*(.50) + B*(.25) + C*(.10) + D*(.05) + E*(.01)\r
\n" ); document.write( "\n" ); document.write( "AND\r
\n" ); document.write( "\n" ); document.write( "13 = A + B + C + D + E
\n" ); document.write( "
\n" );