document.write( "Question 876447: I have to find where the parabola crosses the x-axis for y=x(3-x). I know the answer is x=0 and x=3 but I don't understand why it is not x= -3. Could somebody please explain this to me? \n" ); document.write( "
Algebra.Com's Answer #528778 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y = x(3-x) = 0 \n" ); document.write( "x*(3-x) = 0 \n" ); document.write( "--> either x = 0, or \n" ); document.write( "3-x = 0 \n" ); document.write( "x = 3 \n" ); document.write( " \n" ); document.write( " |