document.write( "Question 196174: Hello!\r
\n" );
document.write( "\n" );
document.write( "I keep getting the answer of -8 to the following problem. Can you please help me correct to what I'm doing wrong?\r
\n" );
document.write( "\n" );
document.write( "The given equation is either linear or equivalent to a linear equation. Solve the equation.
\n" );
document.write( "(t - 2)^2 = (t + 2)^2 + 24\r
\n" );
document.write( "\n" );
document.write( "thanks! \n" );
document.write( "
Algebra.Com's Answer #147044 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! (t - 2)^2 = (t + 2)^2 + 24 \n" ); document.write( "(t - 2)(t - 2) = (t + 2)(t + 2) + 24 \n" ); document.write( "t^2-4t+4 = t^2+4t+4 + 24 \n" ); document.write( "t^2-4t+4 = t^2+4t + 28 \n" ); document.write( "-4t+4 = 4t + 28 \n" ); document.write( "4 = 8t + 28 \n" ); document.write( "-24 = 8t \n" ); document.write( "-24/8 =t \n" ); document.write( "-3 = t \n" ); document.write( " \n" ); document.write( " |