document.write( "Question 520997: Solve: 28+5a-12a^2=0
\n" );
document.write( "Using factoring and property of 0 we are suppose to solve this problem. I can factor but when I get the finding the answer I get stuck \n" );
document.write( "
Algebra.Com's Answer #346298 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Solve: 28+5a-12a^2=0 \n" ); document.write( "** \n" ); document.write( "First thing to do is rewrite the equation in decending order \n" ); document.write( "-12a^2+5a+28=0 \n" ); document.write( "Get rid of a negative lead coefficient by multiplying both sides of equation by -1 \n" ); document.write( "12a^2-5a-28=0 \n" ); document.write( "This doesn't look very easy to factor, so consider using the quadratic formula to solve. \n" ); document.write( " \n" ); document.write( "If you are good at factoring, the answers are: \n" ); document.write( "(3a+4)(4a-7)=0 \n" ); document.write( "a=-4/3 \n" ); document.write( "or \n" ); document.write( "a=7/4 \n" ); document.write( " |