document.write( "Question 109828: You have 650 coins that equal $256.25. You only have one dollar coins and quarters. How many of each coin do you have? \n" ); document.write( "
Algebra.Com's Answer #80033 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! d = number of dollar coins \n" ); document.write( "q = number of quarters \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "subtract the 2nd from the 1st \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "There are 525 quarters and 125 dollar coins \n" ); document.write( " |