document.write( "Question 452471: how do you solve t^2-8t+15=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #311028 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! t^2-8t+15=0\r \n" ); document.write( "\n" ); document.write( "factoring the left: \n" ); document.write( "(t-3)(t-5) = 0 \n" ); document.write( "t = {3, 5} \n" ); document.write( " |