document.write( "Question 112443: I had a word problem on a test involving Matrices, determinants and Cramer's Rule. I looked through all of my notes, and did not see anything on word problems and the text book was very vague. My professor created the test himself. We were to use a system to solve this word problem:\r
\n" );
document.write( "\n" );
document.write( "A boat on a river travels downstream between two points, 20 miles apart, in one hour. The return trip against the current takes 2.5 hours. What is the speed of the current of the river?\r
\n" );
document.write( "\n" );
document.write( "My Answer:\r
\n" );
document.write( "\n" );
document.write( "x - 20y = 1
\n" );
document.write( "x + 20y = 2.5\r
\n" );
document.write( "\n" );
document.write( "Using elimination of the y-term 2x = 3.5
\n" );
document.write( " x = 3.5/2\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #82033 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! You had the right idea about finding two equations. The equations you want to use are based \n" ); document.write( "on the relationship: \n" ); document.write( ". \n" ); document.write( "Distance = Rate times Time \n" ); document.write( ". \n" ); document.write( "or \n" ); document.write( ". \n" ); document.write( "D = R * T for short \n" ); document.write( ". \n" ); document.write( "The problem tells you that the Distance the boat travels in one direction is 20 miles. This \n" ); document.write( "is the distance for both equations because the boat travels the same distance each trip. So \n" ); document.write( "substitute 20 for D in the basic equation to get: \n" ); document.write( ". \n" ); document.write( "20 = R * T \n" ); document.write( ". \n" ); document.write( "Going downstream the boat is assisted by the flow of the stream. So the boat travels \n" ); document.write( "at a rate of S + C where S is the speed of the boat in still water and C is the speed of the \n" ); document.write( "current. So we can substitute (S + C) as the true rate of the boat. Also you are told that \n" ); document.write( "for this downstream trip the boat travels 1 hour. So you can substitute 1 for T. These substitutions \n" ); document.write( "make the downstream equation: \n" ); document.write( ". \n" ); document.write( "20 = (S + C)*1 = S + C \n" ); document.write( ". \n" ); document.write( "Transpose the sides to get the more standard form of: \n" ); document.write( ". \n" ); document.write( "S + C = 20 \n" ); document.write( ". \n" ); document.write( "We can do the same sort of manipulations for the return trip. This time the current slows \n" ); document.write( "the boat down. So the actual rate of the boat on the return trip is its speed in still water \n" ); document.write( "minus the speed of the current ... or (S - C). And the time of travel for this portion of \n" ); document.write( "the trip is 2.5 hours. Substituting these into the equation 20 = R * T results in: \n" ); document.write( ". \n" ); document.write( "20 = (S - C)*2.5 \n" ); document.write( ". \n" ); document.write( "Dividing both sides of this equation by 2.5 gives: \n" ); document.write( ". \n" ); document.write( "8 = S - C \n" ); document.write( ". \n" ); document.write( "and this transposes to: \n" ); document.write( ". \n" ); document.write( "S - C = 8 \n" ); document.write( ". \n" ); document.write( "So our two equations (one for each direction) are: \n" ); document.write( ". \n" ); document.write( "S + C = 20 \n" ); document.write( "S - C = 8 \n" ); document.write( ". \n" ); document.write( "Use Cramer's rule to solve this pair of equations. The denominator determinant is formed from \n" ); document.write( "the coefficients of the unknowns and is: \n" ); document.write( ". \n" ); document.write( "|+1 +1| \n" ); document.write( "|+1 -1| \n" ); document.write( ". \n" ); document.write( "To evaluate this determinant multiply the upper left number (+1) by the lower right number (-1). \n" ); document.write( "This multiplication gives you -1 as the first product. \n" ); document.write( ". \n" ); document.write( "Next, multiply the upper right number (+1) by the lower left number (+1). This product is +1 \n" ); document.write( "and this is the second product. \n" ); document.write( ". \n" ); document.write( "The value of the determinant is the difference of the two products ... -1 - (+1) and this \n" ); document.write( "is equal to -2. Remember this result. It is the denominator of the answer. \n" ); document.write( ". \n" ); document.write( "Continuing with Cramer's rule. Since we need to find C we return to the original determinant that \n" ); document.write( "we formed using the coefficients of the unknowns, and we replace the coefficients of \n" ); document.write( "C with the constants on the right side of our two equations. In other words we start with: \n" ); document.write( ". \n" ); document.write( "|+1 +1| \n" ); document.write( "|+1 -1| \n" ); document.write( ". \n" ); document.write( "and replace the right hand column with 20 and 8 as follows: \n" ); document.write( ". \n" ); document.write( "|+1 +20| \n" ); document.write( "|+1 + 8| \n" ); document.write( ". \n" ); document.write( "We evaluate this new determinant the same way as before. First multiply down and to the \n" ); document.write( "right (that is, multiply +1 times +8) and get +8. Next we start with the upper right corner \n" ); document.write( "and multiply down and to the left (that is multiply +20 times +1) and get +20. \n" ); document.write( ". \n" ); document.write( "Then we subtract the second product (+20) from the first product (+8) and get -12. \n" ); document.write( ". \n" ); document.write( "Now we can say that the solution for C is the value of the determinant in which the C column \n" ); document.write( "was replaced with the constants 20 and 8, divided by the value of the first determinant \n" ); document.write( "which was formed from the coefficients of the unknowns S & C. So the value of C is: \n" ); document.write( ". \n" ); document.write( "C = -12/-2 = 6 \n" ); document.write( ". \n" ); document.write( "The current C is 6 mph. \n" ); document.write( ". \n" ); document.write( "If you wanted to use Cramer's rule to find S, you would still use the determinant: \n" ); document.write( ". \n" ); document.write( "|+1 +1| \n" ); document.write( "|+1 -1| \n" ); document.write( ". \n" ); document.write( "which has a value of -2 as the denominator. Then you would replace the S column with the \n" ); document.write( "constants 20 and 8 to get the determinant: \n" ); document.write( ". \n" ); document.write( "|+20 +1| \n" ); document.write( "|+ 8 -1| \n" ); document.write( ". \n" ); document.write( "Use the same multiplication pattern, down and to the right (+20 * -1) and down and to the \n" ); document.write( "left (+1 * +8) and subtract to get -20 - 8 = -28 as the value of this determinant. \n" ); document.write( "Divide it by the coefficient determinant which has a value of -2 and you get: \n" ); document.write( ". \n" ); document.write( "S = -28/-2 = 14 mph \n" ); document.write( ". \n" ); document.write( "This tells you that the speed of the boat in still water is 14 mph. \n" ); document.write( ". \n" ); document.write( "This is a quick run-through on 2 by 2 determinants and how to evaluate them. And also a \n" ); document.write( "quick run-through of Cramer's rule. Hope it's not too confusing. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |