document.write( "Question 1000026: You have a total of 21 coins that are nickels and quarters. The coins have a value of 2.25$. how many quarters do you have ?
\n" );
document.write( "please explain work. \n" );
document.write( "
Algebra.Com's Answer #617539 by Fiona26295(4) ![]() You can put this solution on YOUR website! This is a system of equations \n" ); document.write( "n=nickels \n" ); document.write( "q= quarters \n" ); document.write( "You have a total of 21 coins so your first equation is n+q=21 \n" ); document.write( "Nickels are each worth .05 cents and quarters are equal to .25 cents so your second equation is .05n+.25q=2.25 \n" ); document.write( "Eliminate one of your variables by multiplying the entire first equation by -.05 \n" ); document.write( "-.05n-.05q=-1.05 \n" ); document.write( "Add this equation to .05n+.25q=2.25 in order to eliminate your n variable \n" ); document.write( ".2q=1.2 \n" ); document.write( "Divide and solve \n" ); document.write( "q=6 \n" ); document.write( "You have 6 quarters\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |