document.write( "Question 3148: a sum of money amounting to $3.55 consists of dimes and quarters. if there are 25 coins in all, how many quarter are there. how many dimes \n" ); document.write( "
Algebra.Com's Answer #1373 by WannabeCAgirl83(35)![]() ![]() ![]() You can put this solution on YOUR website! x = the amount of quarters (1 quarter = 0.25$) \n" ); document.write( "y = the amount of dimes (1 dime = 0.1$)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 1 \n" ); document.write( "Finding equations: \n" ); document.write( "A sum of money amounting $3.55 consists of dimes and quarters. \n" ); document.write( "0.25x + 0.1y = 3.55 → Eqn 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If there are 25 coins in all, how many quarters are there, and how many dimes are there? \n" ); document.write( "x + y = 25 → Eqn 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 2 \n" ); document.write( "Isolating x in Eqn 2: \n" ); document.write( "x + y = 25 | - y on both sides \n" ); document.write( "x = 25 - y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 3 \n" ); document.write( "Substituting x in Eqn 1 with the term found for x in step 2. Then isolating y: \n" ); document.write( "0.25x + 0.1y = 3.55 \n" ); document.write( "0.25(25 -y) + 0.1y = 3.55 \n" ); document.write( "6.25 - 0.25y + 0.1y = 3.55 | re-arranging \n" ); document.write( "6.25 - 0.15y= 3.55 | - 6.25 on both sides \n" ); document.write( "- 0.15y= - 2.7 | : - 0.15 on both sides \n" ); document.write( "y = 18 → There are 18 dimes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Step 4 \n" ); document.write( "Substituting y in Eqn 2 by the value found for y. Then again isolating x: \n" ); document.write( "x + y = 25 \n" ); document.write( "x + 18 = 25 | - 18 on both sides \n" ); document.write( "x = 7 → There are 7 quarters.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |