document.write( "Question 82979: Solve by writing a system of equation.\r
\n" );
document.write( "\n" );
document.write( "a. Anne Matie has 52 coins in dimes and quarters which are worth $6.25. How many of each coin does she have.\r
\n" );
document.write( "\n" );
document.write( "b. John has a total of 9 stamps, which consists of 25 cent and 2 cent stamps. His stamps have a value of $1.10. How many of each stamp does he have?\r
\n" );
document.write( "\n" );
document.write( "c. It takes 4 h for a boat to travel 56 mil downstream. The same boat can 36 mil upstream in 6 hrs. Find the rate of speed of the boat in still water and the rate of the current \n" );
document.write( "
Algebra.Com's Answer #59621 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve by writing a system of equation. \n" ); document.write( "a. Anne Matie has 52 coins in dimes and quarters which are worth $6.25. How many of each coin does she have. \n" ); document.write( ": \n" ); document.write( "The number of coins equation \n" ); document.write( "d + q = 52 \n" ); document.write( "d = 52-q; use for substitution \n" ); document.write( ": \n" ); document.write( "The $amt equation: \n" ); document.write( ".10d + .25q = 6.25 \n" ); document.write( ": \n" ); document.write( "Substitute (52-q) for d in the above equation: \n" ); document.write( ".10(52-q) + .25q = 6.25 \n" ); document.write( "5.2 - .10q + .25q = 6.25 \n" ); document.write( "+.15q = 6.25 - 5.2 \n" ); document.write( ".15q = 1.05 \n" ); document.write( "q = 1.05/.15 \n" ); document.write( "q = 7 quarters \n" ); document.write( "and \n" ); document.write( "d = 52 -7 = 45 dimes \n" ); document.write( ": \n" ); document.write( "Check .10(45) + .25(7) = 6.25 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b. John has a total of 9 stamps, which consists of 25 cent and 2 cent stamps. His stamps have a value of $1.10. How many of each stamp does he have? \n" ); document.write( ": \n" ); document.write( "Let x = no. of 25 cent stamps \n" ); document.write( "Then (9-x) = no. of 2 cent stamps \n" ); document.write( ": \n" ); document.write( ".25x + .02(9-x) = 1.10 \n" ); document.write( ".25x + .18 - .02x = 1.10 \n" ); document.write( ".23x = 1.10 - .18 \n" ); document.write( ".23x = .92 \n" ); document.write( "x = .92/.23 \n" ); document.write( "x = 4 ea 25 cent stamps \n" ); document.write( "Obviously that leave 5 ea 2 cent stamps \n" ); document.write( "; \n" ); document.write( "Check solution: \n" ); document.write( ".25(4) + .02(5) = 1.10 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "c. It takes 4 h for a boat to travel 56 mil downstream. The same boat can 36 mil upstream in 6 hrs. Find the rate of speed of the boat in still water and the rate of the current \n" ); document.write( ": \n" ); document.write( "Let x = speed of the boat in still water; Let y = speed of the current: \n" ); document.write( "Then: \n" ); document.write( "Speed upstream: (x-y) \n" ); document.write( "Speed downstream: (x+y) \n" ); document.write( ": \n" ); document.write( "Write two distance equations; dist = time * speed \n" ); document.write( "4(x + y) = 56 \n" ); document.write( "6(x - y) = 36 \n" ); document.write( ": \n" ); document.write( "Divide the 1st equation by 4 and the 2nd equation by 6 and you have: \n" ); document.write( "x + y = 14 \n" ); document.write( "x - y = 6 \n" ); document.write( "-------------adding eliminates y; find x \n" ); document.write( "2x + 0 = 20 \n" ); document.write( "x = 20/2 \n" ); document.write( "x = 10 mph in still water \n" ); document.write( ": \n" ); document.write( "Find y using x - y = 6 \n" ); document.write( "10 - y = 6 \n" ); document.write( "y = 4 mph is the current \n" ); document.write( ": \n" ); document.write( "Check solutions: \n" ); document.write( "4(10+4) = 52 \n" ); document.write( "6(10-4) = 36 \n" ); document.write( " |