document.write( "Question 1015292: Maria has a total of 97 dimes and quarters in her piggybank. if maria has $17.80 in coins, how many dimes and quarters does she have in her piggybank? use algebraic modelling to dive this problem \n" ); document.write( "
Algebra.Com's Answer #631656 by FrankM(1040) You can put this solution on YOUR website! 10D+25Q=1780 (D is the number of dimes, 10D is the value of D dimes)\r \n" ); document.write( "\n" ); document.write( "D+Q=97 (total coins are 97)\r \n" ); document.write( "\n" ); document.write( "10D+10Q=970 (multiplied the second equation by ten)\r \n" ); document.write( "\n" ); document.write( "15Q=810 (sutract eq3 from eq1)\r \n" ); document.write( "\n" ); document.write( "Q=54, D=43 \n" ); document.write( " |