document.write( "Question 195226: Finding all real or imaginary solutions. I am not getting this.
\n" );
document.write( "3v^2 + 4v -1 = 0
\n" );
document.write( " So far I did this
\n" );
document.write( "3v^2 - 4v = 1
\n" );
document.write( "3v^2 -4v +4 = 1+4 after this I am confused. Please help. \n" );
document.write( "
Algebra.Com's Answer #146413 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Finding all real or imaginary solutions. I am not getting this. \n" ); document.write( "3v^2 + 4v -1 = 0 \n" ); document.write( "v = [-4 +- sqrt(16 - 4*3*-1)]/6 \n" ); document.write( "v = [-4 +- sqrt(28)]/6 \n" ); document.write( "v = [-4 +- 2sqrt(7)]/6 \n" ); document.write( "v = (-2/3) + (1/3)sqrt(7) or (-2/3) - (1/3)sqrt(7) \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |