document.write( "Question 722944: Expand and factor the expression x(x−1)−30.
\n" );
document.write( "(b) Solve the equation x(x−1)=30. If there is more than one correct answer, enter your answers as a comma separated list. If there are no answers, enter NONE. \n" );
document.write( "
Algebra.Com's Answer #442955 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) x*(x-1)-30 = 0 which expands to \n" ); document.write( "(2) x^2 -x -30 = 0 which factors into \n" ); document.write( "(3) (x-6)*(x+5) = 0 \n" ); document.write( "The roots of (3) are the solution to the equation \n" ); document.write( "(4) x = (-5,6) \n" ); document.write( "Let's check the solution using (1). \n" ); document.write( "Is (-5*(-5-1)-30 = 0)? \n" ); document.write( "Is (-5*(-6)-30 = 0)? \n" ); document.write( "Is (30 - 30 = 0)? \n" ); document.write( "Is (0 = 0)? Yes \n" ); document.write( "Is (6*(6-1)-30 = 0)? \n" ); document.write( "Is (6*5 - 30 = 0)? \n" ); document.write( "Is (30 - 30 = 0)? \n" ); document.write( "Is (0 = 0)? Yes \n" ); document.write( "Answer: The solution set is {-5,6} \n" ); document.write( " |