document.write( "Question 623547: 3x^2=13x+56\r
\n" );
document.write( "\n" );
document.write( "3x^2-13x=56
\n" );
document.write( "then
\n" );
document.write( "x(3x-13)=56\r
\n" );
document.write( "\n" );
document.write( "x=56\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3(56) -13. The result that i have is wrong; i do believe that i'm following the right process, but made a slight error, or maybe i missed a step. Your help is appreciated. \n" );
document.write( "
Algebra.Com's Answer #392163 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you're dealing with a quadratic equation so follow the rule for solving quadratic equations. \n" ); document.write( "your equation is: \n" ); document.write( "3x^2 = 13x + 56 \n" ); document.write( "subtract 13x and 56 from both sides of the equation to get: \n" ); document.write( "3x^2 - 13x - 56 = 0 \n" ); document.write( "now your equation is in standard quadratic form. \n" ); document.write( "this factors to be: \n" ); document.write( "(3x+8) * (x-7) = 0 \n" ); document.write( "you get: \n" ); document.write( "3x+8 = 0 and x-7 = 0 which results in: \n" ); document.write( "x = -(8/3) or x = 7 \n" ); document.write( "plug those values in the original equation and the original equation should be true. \n" ); document.write( "example: \n" ); document.write( "when you replace x with -(8/3) your original equation becomes: \n" ); document.write( "3*(-8/3)^2 = 13(-8/3) + 56 \n" ); document.write( "simplify this to get: \n" ); document.write( "21.33333 = 21.33333 \n" ); document.write( "when you replace x with 7, your original equation becomes: \n" ); document.write( "3*(7)^2 = 13*7 + 56 \n" ); document.write( "simplify this to get: \n" ); document.write( "147 = 147 \n" ); document.write( "original equation is true (left side equals right side) in both cases so both answers satisfy the original equation. \n" ); document.write( " \n" ); document.write( " |