document.write( "Question 1177083: “A purse contains $11.65 in quarters (25 cents) and dimes(10cents). If the total number of
\n" );
document.write( "coins is 70, find how many quarters and dimes are there.” \n" );
document.write( "
Algebra.Com's Answer #805311 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(1) An algebraic setup using two variables.... \n" ); document.write( "Let d = # of dimes \n" ); document.write( "Let q = # of quarters \n" ); document.write( "d+q=70 (the total number of coins is 70) \n" ); document.write( "10d+25q = 1165 (the total value of the coins -- 10 cents for each dime and 25 cents for each quarter -- is $11.65, or 1165 cents) \n" ); document.write( "Solve using either substitution or elimination.... \n" ); document.write( "(2) An algebraic setup using a single variable.... \n" ); document.write( "Let d = # of dimes \n" ); document.write( "Then 70-d = # of quarters (because the total number of coins is 70) \n" ); document.write( "The total value of the coins is $11.65: \n" ); document.write( "10(d)+25(70-d) = 1165 \n" ); document.write( "Solve using basic algebra. \n" ); document.write( "(3) a quick mental solution, if formal algebra is not required, and/or if getting the answer quickly is advantageous.... \n" ); document.write( "If all 70 coins were dimes, the value would be 700 cents; the actual value is 465 cents more than that. \n" ); document.write( "Exchanging a dime for a quarter keeps the number of coins at 70 but increases the total value by 25-10 = 15 cents. \n" ); document.write( "The number of times a dime needs to be exchanged for a quarter to make up the addition 465 cents is 465/15 = 31. \n" ); document.write( "So there must be 31 quarters, which means 70-31 = 39 dimes. \n" ); document.write( "ANSWER: 31 quarters and 39 dimes. \n" ); document.write( "CHECK: 31(25)+39(10) = 775+390 = 1165 \n" ); document.write( " \n" ); document.write( " |