document.write( "Question 139131: A man has twenty coins consisting of dimes and quarters. If the dimes were quarters and the quarters were dimes he would have 90 cents more than he has now. How many dimes and quarters does he have.\r
\n" );
document.write( "\n" );
document.write( ".10x+.25y=z
\n" );
document.write( ".25x+.10y=z+.90\r
\n" );
document.write( "\n" );
document.write( "I am stuck. \n" );
document.write( "
Algebra.Com's Answer #101473 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man has twenty coins consisting of dimes and quarters. If the dimes were quarters and the quarters were dimes he would have 90 cents more than he has now. How many dimes and quarters does he have. \n" ); document.write( ".10x+.25y=z \n" ); document.write( ".25x+.10y=z+.90 \n" ); document.write( "You have the right idea, just omitted the total coin equation. \n" ); document.write( ": \n" ); document.write( "the total coin equation: \n" ); document.write( "x + y = 20 \n" ); document.write( "or \n" ); document.write( "x = (20 - y); we can use this for substitution \n" ); document.write( ": \n" ); document.write( "Write an equation for the statement: \n" ); document.write( "\"If the dimes were quarters and the quarters were dimes he would have 90 cents more than he has now.\" \n" ); document.write( ".10x + .25y + .90 = .25x + .10y; (you don't need z) \n" ); document.write( ": \n" ); document.write( "Combine the y's on the left and the x's on the right (avoids negatives) \n" ); document.write( ".25y - .10y + .90 = .25x - .10x \n" ); document.write( ".15y + .90 = .15x \n" ); document.write( ": \n" ); document.write( "From the total coins equation, substitute (20-y) for x, solve for y: \n" ); document.write( ".15y + .90 = .15(20-y) \n" ); document.write( ".15y + .90 = 3 - .15y \n" ); document.write( ".15y + .15y = 3 - .90 \n" ); document.write( ".30y = 2.10 \n" ); document.write( "y = \n" ); document.write( "y = 7 quarters \n" ); document.write( ": \n" ); document.write( "I'll let you find the number of dimes. Check your solutions in the given statement. \n" ); document.write( " |