document.write( "Question 308200: Alex has a jar containing 80 coins, all of which are either quarters or nickels. The total value of the coins is $14.95.
\n" );
document.write( "A. Write a system of equations for the problem.
\n" );
document.write( "B. How many of each type of coin does he have? \n" );
document.write( "
Algebra.Com's Answer #220397 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Here is your system of equations:\r \n" ); document.write( "\n" ); document.write( "Let q = quarters\r \n" ); document.write( "\n" ); document.write( "Let n = nickels\r \n" ); document.write( "\n" ); document.write( "q + n = 80 \n" ); document.write( "0.25q + 0.05n = 14.95\r \n" ); document.write( "\n" ); document.write( "Can you answer part (b) now? \n" ); document.write( " |