document.write( "Question 1033010: You have 33 quarters and dimes in a jar. The jar contains a total of $4.95. Write and solve a system of equations to find the number x of dimes and the number y of quarters
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647602 by Alan3354(69443) You can put this solution on YOUR website! You have 33 quarters and dimes in a jar. The jar contains a total of $4.95. Write and solve a system of equations to find the number x of dimes and the number y of quarters \n" ); document.write( "--------------- \n" ); document.write( "q + d = 33 \n" ); document.write( "25q + 10d = 495 \n" ); document.write( " |