document.write( "Question 60293This question is from textbook Elementary and Intermediate Algebra
\n" );
document.write( ": This word problem has to do with coins, but I need to solve it by setting up and solving a system of two linear equations in two variables.\r
\n" );
document.write( "\n" );
document.write( "Cindy has 43 coins consisting of nickels and dimes. The total value of the coins is $3.40. How many coins of each kind does she have?\r
\n" );
document.write( "\n" );
document.write( "I have gotten this far:
\n" );
document.write( "n + d = 3.40
\n" );
document.write( "is that right? \n" );
document.write( "
Algebra.Com's Answer #41433 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Er...not quite! \n" ); document.write( "Let n = the number of nickels ($0.05) and d = the number of dimes ($0.10). \n" ); document.write( "The sum of the nickels and dimes (coins) can be written: \n" ); document.write( "1) n + d = 43 \n" ); document.write( "The total value of the coins can be written: \n" ); document.write( "2) n($0.05) + d($0.10) = $3.40\r \n" ); document.write( "\n" ); document.write( "This is the required system of two equations in two unknowns (n and d).\r \n" ); document.write( "\n" ); document.write( "You can solve this system by substitution. \n" ); document.write( "Solve equation 1) for n: (n = 43 - d) and substitute this into equation 2) then solve for d.\r \n" ); document.write( "\n" ); document.write( "2a) (43-d)($0.05) + d($0.10) = $3.40 Simplify and solve for d. \n" ); document.write( "2.15 - 0.05d + 0.10d = 3.40 \n" ); document.write( "2.15 + 0.05d = 3.40 Subtract 2.15 from both sides. \n" ); document.write( "0.05d = 1.25 Divide both sides by 0.05 \n" ); document.write( "d = 25 There are 25 dimes. \n" ); document.write( "n = 43 - d \n" ); document.write( "n = 43 - 25 \n" ); document.write( "n = 18 There are 18 nickels.\r \n" ); document.write( "\n" ); document.write( "Check:\r \n" ); document.write( "\n" ); document.write( "n + d = 18 + 25 = 43\r \n" ); document.write( "\n" ); document.write( "18($0.05) + 25($0.10) = $0.90 + $2.50 = $3.40 \n" ); document.write( " |