document.write( "Question 629886: Solve \r
\n" );
document.write( "\n" );
document.write( "r(r-8)/(2r+6)<0 \n" );
document.write( "
Algebra.Com's Answer #396740 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are other ways to solve this but I'm going to try to show you what I consider to be the fastest, easiest way. \n" ); document.write( "For reasons I will explain later, I am going to start by factoring out 2 in the denominator: \n" ); document.write( " \n" ); document.write( "And then multiply both sides by 2: \n" ); document.write( " \n" ); document.write( "The keys to solving this are:
\n" ); document.write( "The easier translation is \"all three are negative\": \n" ); document.write( "(r < 0 and r-8 < 0 and r+3 < 0) \n" ); document.write( "For \"one is negative and the others positive\", the straightforward approach is to express all three combinations: \n" ); document.write( "((r < 0 and r-8 > 0 and r+3 > 0) or (r > 0 and r-8 < 0 and r+3 > 0) or (r > 0 and r-8 > 0 and r+3 < 0)) \n" ); document.write( "Together \"one factor is negative (and the others positive) or all three factors are negative\" translates into: \n" ); document.write( "(r < 0 and r-8 < 0 and r+3 < 0) or ((r < 0 and r-8 > 0 and r+3 > 0) or (r > 0 and r-8 < 0 and r+3 > 0) or (r > 0 and r-8 > 0 and r+3 < 0)) \n" ); document.write( "From here we could go ahead and solve this. But I'm going to show you how to make this easier. If you don't understand any of the following, then go ahead and solve the above. \n" ); document.write( "We can greatly simplify the above expression by using some simple logic. First, let's look at the three numbers involved. With some thought it should be clear that no matter what number \"r\" happens to be: \n" ); document.write( "\"r+3\" will be larger than the other two \n" ); document.write( "\"r\" will be next largest and \n" ); document.write( "\"r-8\" will be the smallest of the three. \n" ); document.write( "We can use this to our advantage. For example, if we want all three numbers to be negative, isn't it enough to know that the largest number is negative. If the largest is negative, won't the other two (smaller) number also have to be negative? So for \"all three are negative\" all we really need is: \n" ); document.write( "r+3 < 0 \n" ); document.write( "We can use similar logic to simplify the expression for \"one is negative and the others positive\". If only one number is to be negative, doesn't it have to be the smallest number, r-8? And for the other two to be positive, doesn't the smaller of the two, have to be positive? So for \"one is negative and the others positive\" all we really need is: \n" ); document.write( "(r-8 < 0 and r > 0). \n" ); document.write( "So we can replace \n" ); document.write( "((r < 0 and r-8 > 0 and r+3 > 0) or (r > 0 and r-8 < 0 and r+3 > 0) or (r > 0 and r-8 > 0 and r+3 < 0)) \n" ); document.write( "with \n" ); document.write( "(r+3 < 0) or (r-8 < 0 and r > 0) \n" ); document.write( "Either one can be solved and they will eventually give the same solution. But I think you'll agree that the simplicity and ease of solving the second expression is worth the extra thought. I'm only going to solve the simpler one: \n" ); document.write( "(r < -3) or (r < 8 and r > 0) \n" ); document.write( "One step and we're finished! \n" ); document.write( "P.S. The reason I eliminated the factor of 2 way back at the beginning was that if the three numbers were r, r-8 and 2r+6, then we could not clearly know which factor was largest, which was smallest and which was in between. And then we could not use the simpler expressions to make it easy. \n" ); document.write( " |