document.write( "Question 1022307: A collection of 32 coins amounted to $5.15. If it consist of dimes and quarters, how many quarters are there \n" ); document.write( "
Algebra.Com's Answer #638032 by Alan3354(69443) You can put this solution on YOUR website! A collection of 32 coins amounted to $5.15. If it consist of dimes and quarters, how many quarters are there \n" ); document.write( "------ \n" ); document.write( "d + q = 32 \n" ); document.write( "10d + 25q = 515 \n" ); document.write( " \n" ); document.write( " |