document.write( "Question 953110: It looks like someone has already solved a similar problem with Matrices. I wanted to solve this without that. Here is the question
\n" );
document.write( "A relief organization supplies blankets, cots, and lanterns to victims of fires, floods, and other natural disasters. One week, the organization purchased 25 blankets, 10 cots, and 15 lanterns for a total cost of $1750. The next week, at the same prices, the organization purchased 25 blankets, 20 cots, and 25 lanterns for a total cost of $2950. The third week, at the same prices, the organization purchased 25 blankets, 30 cots, and 5 lanterns for a total cost of $3100. Find the cost of one blanket, the cost of one cot, and the cost of one lantern. I keep getting 4.8, for the blanket so I must be doing something wrong.\r
\n" );
document.write( "\n" );
document.write( "So far I have this..\r
\n" );
document.write( "\n" );
document.write( "25b+10c+15L=1750
\n" );
document.write( "25b+20c+25L=2950
\n" );
document.write( "25b=30c+5L=3100
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #582119 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A relief organization supplies blankets, cots, and lanterns to victims of fires, floods, and other natural disasters. One week, the organization purchased 25 blankets, 10 cots, and 15 lanterns for a total cost of $1750. The next week, at the same prices, the organization purchased 25 blankets, 20 cots, and 25 lanterns for a total cost of $2950. The third week, at the same prices, the organization purchased 25 blankets, 30 cots, and 5 lanterns for a total cost of $3100. Find the cost of one blanket, the cost of one cot, and the cost of one lantern. I keep getting 4.8, for the blanket so I must be doing something wrong. \n" ); document.write( "So far I have this.. \n" ); document.write( "25b + 10c + 15L = 1750 \n" ); document.write( "25b + 20c + 25L = 2950 \n" ); document.write( "25b + 30c + 5L = 3100 \n" ); document.write( "; \n" ); document.write( "We can do this using elimination \n" ); document.write( "subtract the 1st equation from the 2nd equation \n" ); document.write( "25b + 20c + 25L = 2950 \n" ); document.write( "25b + 10c + 15L = 1750 \n" ); document.write( "-----------------------subtraction eliminates b \n" ); document.write( "0 + 10c + 10L = 1200 \n" ); document.write( "simplify divide by 10 \n" ); document.write( "c + L = 120 \n" ); document.write( ": \n" ); document.write( "Subtract the 2nd equation from the 3rd equation \n" ); document.write( "25b + 30c + 5L = 3100 \n" ); document.write( "25b + 20c + 25L = 2950 \n" ); document.write( "----------------------- eliminates b \n" ); document.write( "0 + 10c - 20L = 150 \n" ); document.write( "simplify, divide by 10 \n" ); document.write( "c - 2L = 15 \n" ); document.write( ": \n" ); document.write( "Subtract the above equation from the 1st 2 unkown equation \n" ); document.write( "c + L = 120 \n" ); document.write( "c -2L = 15 \n" ); document.write( "--------------Subtraction elimnates c, find L \n" ); document.write( "0 + 3L = 105 \n" ); document.write( "L = 105/3 \n" ); document.write( "L = $35 for the lantern \n" ); document.write( "then using c + L = 120 \n" ); document.write( "c + 35 = 120 \n" ); document.write( "c = $85 for a cot \n" ); document.write( "and using 25b + 20c + 25L = 2950 \n" ); document.write( "25b + 20(85) + 25(35) = 2950 \n" ); document.write( "25b + 1700 + 875 = 2950 \n" ); document.write( "25b + 2575 \n" ); document.write( "25b = 2950 - 2575 \n" ); document.write( "25b = \n" ); document.write( "b = 375/25 \n" ); document.write( "b = $15 for a blanket,\r \n" ); document.write( "\n" ); document.write( "You confirm this by putting these values in the other two equations\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |