document.write( "Question 373815: I can not figure this out!!!
\n" );
document.write( "Suppose a meter accepts nickels, dimes and quarters. You inserted a total of 32 coins with a value of $6.80. How many of each coin did you insert?\r
\n" );
document.write( "\n" );
document.write( "This is in the Systems of Equations section of my textbook but I've also been told that it maybe a diophantine equation. I know for a system of equations with three varibles you need 3 equations. I have figured out two of the equations. \r
\n" );
document.write( "\n" );
document.write( "n+d+q=32 and .05n+.10d+.25q=6.80 but from there it goes blank! I appreciate any help anyone can offer!! Thanks in advance! \n" );
document.write( "
Algebra.Com's Answer #266053 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Suppose a meter accepts nickels, dimes and quarters. You inserted a total of 32 coins with a value of $6.80. How many of each coin did you insert? \n" ); document.write( "... \n" ); document.write( "n+d+q=32 \n" ); document.write( "5n+10d+25q=680 \n" ); document.write( "multiply first equation by -25 \n" ); document.write( "-25n-25d-25q=-800 \n" ); document.write( "add it to the second equation \n" ); document.write( "-20n-15d=-120 \n" ); document.write( "20n+15d=120 \n" ); document.write( "/5 \n" ); document.write( "4n+3d=24 \n" ); document.write( "4n = 24-3d \n" ); document.write( "4n= 6-0.75d \n" ); document.write( "1 nickel = 5 cents \n" ); document.write( ".. \n" ); document.write( "n= 6 -0.75d \n" ); document.write( "n has to be an integer. \n" ); document.write( "so 0.75d has to be an integer \n" ); document.write( "the smallest value of d should be an integer and less than 6\r \n" ); document.write( "\n" ); document.write( "For d = 4 \n" ); document.write( "(0.75 d = 3 is an integer) \n" ); document.write( "n= 6-3 \n" ); document.write( "n=3 \n" ); document.write( ".. \n" ); document.write( "d = 4, n =3 so q= 25 \n" ); document.write( "4*10+3*5+25*25=680 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |