document.write( "Question 412387: Hello...\r
\n" );
document.write( "\n" );
document.write( "I am trying to figure out what q is when 0 = -2q^2 + 820q - 8000\r
\n" );
document.write( "\n" );
document.write( "I can see that i need to add 8000 to both sides...\r
\n" );
document.write( "\n" );
document.write( "-2q^2 + 820q = 8000\r
\n" );
document.write( "\n" );
document.write( "but then i am not sure where to go from here... what are the rules for this? thanks! \n" );
document.write( "
Algebra.Com's Answer #289651 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 0 = -2q^2 + 820q - 8000\r \n" ); document.write( "\n" ); document.write( "divide both sides by -1 \n" ); document.write( "0=2q^2-820q+8000 \n" ); document.write( "/2 \n" ); document.write( "q^2-410+4000=0 \n" ); document.write( "... \n" ); document.write( "q^2-400q-10q+4000=0 \n" ); document.write( "(split the middle term into two terms such that their sum is -410 and product is 4000) \n" ); document.write( "...\r \n" ); document.write( "\n" ); document.write( "q(q-400)-10(q-400)=0 \n" ); document.write( "(q-400)(q-10)=0\r \n" ); document.write( "\n" ); document.write( "q=400 OR q=10 \n" ); document.write( " |