document.write( "Question 1133768: Given that a,b, and c are constants, a\n" );
document.write( "\n" );
document.write( "y= sqrt((x-a)(x-b)(x-c))\r
\n" );
document.write( "\n" );
document.write( "Hint: Graph y=(x-a)(x-b)(x-c)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #751060 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For the square root of an expression to be a real number, the expression has to be zero or positive. \n" ); document.write( "In this example, the expression under the radical is (x-a)(x-b)(x-c), and we are given the condition that a < b < c. \n" ); document.write( "That expression has the value 0 when x is a, b, or c; so the values a, b, and c are all in the domain. \n" ); document.write( "For the intervals into which the rest of the number line is divided by those three values... \n" ); document.write( "if x > c, then all three factors in the expression are positive, so the product is positive; \n" ); document.write( "if b < x < c, then the factor (x-c) is negative, so the product is negative; \n" ); document.write( "if a < x < b, then the factors (x-b) and (x-c) are both negative, so the product is positive; and \n" ); document.write( "if x < a, then all three factors are negative, so the product is negative. \n" ); document.write( "Now you should be able to determine the domain.... \n" ); document.write( " |