document.write( "Question 614224: Soriano has 20 quarters and nickels. He has a total of three dollars. How many nickels does he have?\r
\n" );
document.write( "\n" );
document.write( "My own work:
\n" );
document.write( "Q(Quarters) 0.25 x 20-n = 5-0.25n
\n" );
document.write( "N(Nickels) 0.10 x n = 0.10n\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #386463 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Soriano has 20 quarters and nickels. He has a total of three dollars. How many nickels does he have? \n" ); document.write( "** \n" ); document.write( "let x=number of quarters \n" ); document.write( "20-x=number of nickels \n" ); document.write( ".. \n" ); document.write( ".25x+.05(20-x)=3.00 \n" ); document.write( ".25x+1-.05x=3.00 \n" ); document.write( ".20x=2.00 \n" ); document.write( "x=10 \n" ); document.write( "20-x=10 \n" ); document.write( "ans: \n" ); document.write( "Soriano has 10 nickels \n" ); document.write( " |