document.write( "Question 254719: a) How many solutions can an equation whose form is (x-1)(x –2)(x – 3) = 0 have?
\n" );
document.write( "b) Can you use the information you obtained in part a) and generalize how many maximum solutions you would expect in each of the following four cases? How? (Do NOT try to solve the following equations):
\n" );
document.write( " i. x4 +x3+ x2+ x +x0 = 0
\n" );
document.write( " ii. x54 +x12 + x11 + x10 + 23 = 0
\n" );
document.write( " iii. x99 +x98 +x97 + ….. + x3 + x2 + x1 + x0 = 0
\n" );
document.write( " iv. x34 + x32 + 1 = 0
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #187040 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! a) How many solutions can an equation whose form is (x-1)(x –2)(x – 3) = 0 have? \n" ); document.write( "ANSWER -> using the zero product property, we will get 3 answers: 1, 2, and 3. \n" ); document.write( "-- \n" ); document.write( "b) Can you use the information you obtained in part a) and generalize how many maximum solutions you would expect in each of the following four cases? How? (Do NOT try to solve the following equations): \n" ); document.write( "i. x^4 +x^3+ x^2+ x^1 +x^0 = 0 \n" ); document.write( "ANSWER -> There will be at most 4 solutions \n" ); document.write( "ii. x^54 +x^12 + x^11 + x^10 + 23 = 0 \n" ); document.write( "ANSWER -> There will be at most 54 solutions \n" ); document.write( "iii. x^99 +x^98 +x^97 + ….. + x^3 + x^2 + x^1 + x^0 = 0 \n" ); document.write( "ANSWER -> There will be at most 99 solutions \n" ); document.write( "iv. x^34 + x^32 + 1 = 0 \n" ); document.write( "ANSWER -> There will be at most 34 solutions. \n" ); document.write( "IN general the maximum number of solutions will be the largest degree of the polynomial. \n" ); document.write( " |