document.write( "Question 1176836: . Find four rational numbers such that the product of the first, third, and fourth numbers is --6. The second number is 3 less than the first number, the third is 2 less than the second, and the fourth is 2 less than the third \n" ); document.write( "
Algebra.Com's Answer #804670 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "f = first number \n" ); document.write( "s = second number \n" ); document.write( "t = third number \n" ); document.write( "h = fourth number \n" ); document.write( "the letter f was already taken, so I picked the last letter in \"fourth\" \n" ); document.write( "All of these values are some rational number in the form a/b, where a,b are integers and b is nonzero.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We are given these four facts
\n" ); document.write( "Those facts lead to the corresponding equations (in the order shown) \n" ); document.write( "f*t*h = -6 \n" ); document.write( "s = f-3 \n" ); document.write( "t = s-2 \n" ); document.write( "h = t-2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I'll refer to them as equations (1) through (4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's start with equation (4) \n" ); document.write( "h = t-2 \n" ); document.write( "Now replace t with s-2; this is valid due to equation (3) \n" ); document.write( "h = t-2 \n" ); document.write( "h = (t)-2 \n" ); document.write( "h = (s-2)-2 \n" ); document.write( "h = s-4 \n" ); document.write( "This tells us the fourth value (h) is 4 less than the second value (variable s).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can add 4 to both sides getting \n" ); document.write( "s = h+4 \n" ); document.write( "Which then can be plugged into equation (2) \n" ); document.write( "s = f-3 \n" ); document.write( "h+4 = f-3 \n" ); document.write( "h = f-3-4 \n" ); document.write( "h = f-7 \n" ); document.write( "The fourth value is 7 less than the first value\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have these equations all with h to start off with \n" ); document.write( "h = f-7 \n" ); document.write( "h = s-4 \n" ); document.write( "h = t-2 \n" ); document.write( "I sorted them so that the one with 'f' goes first, then 's' second, and 't' third\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For each of those three equations shown, isolate the other variable. Doing so leads to these three results \n" ); document.write( "f = h+7 \n" ); document.write( "s = h+4 \n" ); document.write( "t = h+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "What this allows us to do is replace the f and t values in equation (1) with something in terms of h. That way we can set up a single variable equation in which we can solve for h\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f*t*h = -6 \n" ); document.write( "(f)*(t)*h = -6 \n" ); document.write( "(h+7)*(h+2)*h = -6 \n" ); document.write( "(h^2+9h+14)*h = -6 ..... FOIL rule \n" ); document.write( "h^3+9h^2+14h = -6 .... distribute \n" ); document.write( "h^3+9h^2+14h+6 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Recall that each f,s,t,h are all rational numbers. \n" ); document.write( "That must mean the last equation we arrived at has at least one rational root; or else, all the roots of that cubic equation are irrational and that contradicts the instructions. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The rational root theorem says that we divide the factors of the last term (6) over the factors of the leading coefficient (1) \n" ); document.write( "List out the plus and minus versions of each ratio\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Luckily that list isn't too big \n" ); document.write( "If the numerator is 6, then we have the ratios: -6/1, 6/1 \n" ); document.write( "That leads to -6 and 6 respectively.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the numerator is 3, then we get -3/1 = -3 and 3/1 = 3 \n" ); document.write( "If the numerator is 2, then we get -2/1 = -2 and 2/1 = 2 \n" ); document.write( "If the numerator is 1, then we get -1/1 = -1 and 1/1 = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The possible rational roots are: \n" ); document.write( "-6,6 \n" ); document.write( "-3,3 \n" ); document.write( "-2,2 \n" ); document.write( "-1,1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As you can see, all we've done really is listed all the factors of 6 (positive and negative versions). This is due to the leading coefficient being 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From here, we plug each of those 8 values into the cubic equation \n" ); document.write( "h^3+9h^2+14h+6 = 0 \n" ); document.write( "to see if the left side becomes 0 or not\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's try out h = -6 \n" ); document.write( "h^3+9h^2+14h+6 = (-6)^3+9*(-6)^2+14*(-6)+6 = 30 \n" ); document.write( "That doesn't work. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now try h = 6 \n" ); document.write( "h^3+9h^2+14h+6 = (6)^3+9*(6)^2+14*(6)+6 = 630 \n" ); document.write( "That doesn't work either.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Through trial and error, you should find that only h = -1 works since, \n" ); document.write( "h^3+9h^2+14h+6 = (-1)^3+9*(-1)^2+14*(-1)+6 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So h = -1 is a rational root solution to h^3+9h^2+14h+6 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With that in mind, we can find the other values \n" ); document.write( "f = h+7 = -1+7 = 6 \n" ); document.write( "s = h+4 = -1+4 = 3 \n" ); document.write( "t = h+2 = -1+2 = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To summarize, we have these values: \n" ); document.write( "f = 6 \n" ); document.write( "s = 3 \n" ); document.write( "t = 1 \n" ); document.write( "h = -1 \n" ); document.write( "as the first through fourth values in that order.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------- \n" ); document.write( "Check:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll plug in the values we found for each equation formed at the top of this page.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f*t*h = -6 \n" ); document.write( "6*1*(-1) = -6 \n" ); document.write( "-6 = -6 \n" ); document.write( "First equation works out\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s = f-3 \n" ); document.write( "3 = 6-3 \n" ); document.write( "3 = 3 \n" ); document.write( "That works out also\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "t = s-2 \n" ); document.write( "1 = 3-2 \n" ); document.write( "1 = 1 \n" ); document.write( "Works too\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "h = t-2 \n" ); document.write( "-1 = 1-2 \n" ); document.write( "-1 = -1 \n" ); document.write( "We can see that all four original equations work; therefore, the answers have been confirmed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------- \n" ); document.write( "----------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "first = 6 \n" ); document.write( "second = 3 \n" ); document.write( "third = 1 \n" ); document.write( "fourth = -1 \n" ); document.write( " \n" ); document.write( " |