document.write( "Question 159355This question is from textbook
\n" );
document.write( ": I have twice as many nickels as quarters. If the coins are worth $4.90, how many quarters are there? \n" );
document.write( "
Algebra.Com's Answer #117499 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I have twice as many nickels as quarters. If the coins are worth $4.90, how many quarters are there? \n" ); document.write( "-------------------- \n" ); document.write( "N = 2Q (twice as many nickels) \n" ); document.write( "5N + 25Q = 490 (total worth) \n" ); document.write( "Sub for N in the 2nd eqn \n" ); document.write( "5*2Q + 25Q = 490 \n" ); document.write( "10Q + 25Q = 490 \n" ); document.write( "35Q = 490 \n" ); document.write( "Q = 14 (# of quarters) \n" ); document.write( "N = 2Q = 28 (# of nickels) \n" ); document.write( "Checking, it totals $4.90. \n" ); document.write( " \n" ); document.write( " |