document.write( "Question 281364: Write a quadratic equation having the given numbers as solutions. -3.5, 2.2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #204377 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The general form of a quadratic equation that has been solved is to have two factors that are multiplied. In this case, you're told the solutions are x= -3.5 and x=2.2. So the factored form of the equation would be: \n" ); document.write( ". \n" ); document.write( "(x + 3.5)(x - 2.2) = 0 \n" ); document.write( ". \n" ); document.write( "Using FOIL... \n" ); document.write( ". \n" ); document.write( "x^2 -2.2x +3.5x -7.7 = 0 \n" ); document.write( "x^2 + 1.3x - 7.7 = 0 \n" ); document.write( ". \n" ); document.write( "multiply by 10 to get rid of the decimals... \n" ); document.write( ". \n" ); document.write( "10x^2 + 13x - 77 = 0 \n" ); document.write( ". \n" ); document.write( "Checking this equation using the quadratic formula, you can determine if the solutions are x= -3.5 and x= 2.2... \n" ); document.write( ". \n" ); document.write( ".
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |