document.write( "Question 297822: translate the problem into a pair of linear equations in two variables. Solve the equations using either elimination or substitution. State your answer for the specified variable.\r
\n" ); document.write( "\n" ); document.write( " A sum of money amounting to $3.80 consists of dimes and quarters. If there are 20 coins in all, how many are quarters?
\n" ); document.write( "

Algebra.Com's Answer #214406 by blwinbbbles(106)\"\" \"About 
You can put this solution on YOUR website!
so let's first make the equations x=dimes y=quarters\r
\n" ); document.write( "\n" ); document.write( "There are x number of dimes and y number of quarters and together the make up 20 coins.\r
\n" ); document.write( "\n" ); document.write( "so x+y=20 and if dimes are .10 and quarters are .25 then you can say
\n" ); document.write( ".10x + .25y = 3.80\r
\n" ); document.write( "\n" ); document.write( "Now you have the two equations
\n" ); document.write( "1) x + y = 20
\n" ); document.write( "2) .10x + .25y = 3.80
\n" ); document.write( "Let's use substitution and use equation 1, which we can rearrange to say
\n" ); document.write( "x = 20-y now sub that into x in equation 2\r
\n" ); document.write( "\n" ); document.write( ".10(20-y)+ .25y = 3.80
\n" ); document.write( "2.0 - .10y +.25y = 3.80
\n" ); document.write( "2.0 + .15y = 3.80 subtract 2.0 from both sides
\n" ); document.write( ".15y = 1.80 divide by .15
\n" ); document.write( "y = 12\r
\n" ); document.write( "\n" ); document.write( "so there are 12 quarters...use y = y back into equation 1
\n" ); document.write( "x + 12 = 20 subtract 12 from both sides
\n" ); document.write( "x = 8\r
\n" ); document.write( "\n" ); document.write( "so there are 8 dimes and 12 quarters\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );