document.write( "Question 510878: Tony has a total of 20 coins, quarter and dimes. The total value is $3.20. Find the number of Quarter and dime \n" ); document.write( "
Algebra.Com's Answer #341901 by scott8148(6628) You can put this solution on YOUR website! q + d = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25q + 10d = 320 \n" ); document.write( " |