document.write( "Question 1066327: You have 25 coins consisting of dimes and quarters. You have a total of $5.95. How many dimes and how many quarters do you have? Solve using a system of equations.\r
\n" );
document.write( "\n" );
document.write( "It would be great if you could answer this for me thank you! \n" );
document.write( "
Algebra.Com's Answer #681487 by addingup(3677) You can put this solution on YOUR website! Using the substitution method: \n" ); document.write( "d+q = 25 subtract d from both sides: \n" ); document.write( "q = 25-d \n" ); document.write( "--------------------- \n" ); document.write( "0.10d+0.25q = 5.95 substitute for q: \n" ); document.write( "0.10d+0.25(25-d) = 5.95 \n" ); document.write( "0.10d-0.25d+6.25 = 5.95 \n" ); document.write( "-0.15d = -0.30 divide both sides by -0.15 and remember -/- = + \n" ); document.write( "d = 2 You have 2 dimes \n" ); document.write( "q = 25-d = 25-2 = 23 \n" ); document.write( "------------------------------ \n" ); document.write( "check: \n" ); document.write( "0.25(23) = 5.75 \n" ); document.write( "0.10(2) = 0.20 \n" ); document.write( "Total . . .5.95 Correct \n" ); document.write( " |