document.write( "Question 894975: How would I factor \"6n^3-96^2+360\"?
\n" );
document.write( "I think I know what the first step is supposed to be, which is to find the greatest common factor: 6, which, in turn, leads to: \"6n(n^2-16n+60)\" but afterwards I am totally lost on the whole concept of factoring.
\n" );
document.write( "Could you help me with that? \n" );
document.write( "
Algebra.Com's Answer #542469 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How would I factor \"6n^3-96n^2+360\"? \n" ); document.write( "6n(n^2-16n+60) \n" ); document.write( "note that the second term is a perfect square \n" ); document.write( "6n(n-8)^2=6n(n-8)(n-8) \n" ); document.write( " |