document.write( "Question 950750: how many quarters and dimes of 40 coins does it take to make 7.75
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #580577 by erica65404(394)\"\" \"About 
You can put this solution on YOUR website!
x=quarters y=dimes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Start out by making 2 equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You want to first find the equation for how many dimes and quarters there are.
\n" ); document.write( "\"x%2By=40\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then you make an equation for the amount of money involved.
\n" ); document.write( "quarters are $.25 and dimes are $.10. in order to find the total amount of money you would take the # of dimes you have and multiply that by .10. then you would take the # of quarters you have and multiply them by .25. then you would add it up to find the total amount of change. Since we are given the amount of money they have, you can use the below equation to find the dimes and quarters.
\n" ); document.write( "\".25x%2B.10y=7.75\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then use the substitution method to find x or y. I will solve for y first.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%2By=40\"
\n" ); document.write( "\"x=40-y\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "then plug this into the other equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\".25x%2B.10y=7.75\"
\n" ); document.write( "\".25%2840-y%29%2B.10y=7.75\"
\n" ); document.write( "\"10-.25y%2B.10y=7.75\"
\n" ); document.write( "\"-.15y=-2.25\"
\n" ); document.write( "\"y=15\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are 15 dimes and 25 quarters.
\n" ); document.write( "
\n" );