document.write( "Question 127078This question is from textbook
\n" );
document.write( ": You have a total of 25 coins, all nickels and quarters. The total value is $3.85. Write and solve a system of equations to find the number of nickels n and the number of quarters q that you have. \n" );
document.write( "
Algebra.Com's Answer #93101 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Q+N=25 OR Q=25-N \n" ); document.write( ".25Q+.05N=3.85 \n" ); document.write( ".25(25-N)+.05N=3.85 \n" ); document.write( "6.25-.25N+.05N=3.85 \n" ); document.write( "-.2N=3.85-6.25 \n" ); document.write( "-.2N=-2.4 \n" ); document.write( "N=-2.4/.2 \n" ); document.write( "N=12 THE NUMBER OF NICKELS. \n" ); document.write( "25-12=13 QUARTERS. \n" ); document.write( "PROOF: \n" ); document.write( ".25*13+12*.05=3.85 \n" ); document.write( "3.25+.6=3.85 \n" ); document.write( "3.85=3.85 \n" ); document.write( " |