document.write( "Question 610360: The Value of the number of dimes is equal to the value of the number of quarters. If the total value of the quarters and dimes is $6.00, find the total number of coins. \n" ); document.write( "
Algebra.Com's Answer #384363 by flame8855(424) You can put this solution on YOUR website! x=y \n" ); document.write( "0.25x + 0.1y = 6 \n" ); document.write( "0.25x = 0.1y \n" ); document.write( "25x = 10y \n" ); document.write( "y =2.5x \n" ); document.write( "so 0.25x + 0.25x = 6 \n" ); document.write( "0.5x = 6 \n" ); document.write( "x = 12 \n" ); document.write( "y= 30 \n" ); document.write( " |