document.write( "Question 132423: Determine whether the following equations have a solution or not? Justify your answer. \r
\n" );
document.write( "\n" );
document.write( "4/3x2 - 2x + 3/4 = 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #96766 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 4/3x^2-2x+3/4 \n" ); document.write( "Using the quadratic equation: \n" ); document.write( "x=(2+-sqrt[-2*2-4*4/3*3/4])/(2*4/3) \n" ); document.write( "x=(2+-sqrt4-4)/(8/3) \n" ); document.write( "x=(2+-sqrt0)/(8/3) \n" ); document.write( "x=2/(8/3) \n" ); document.write( "x=2*3/8 \n" ); document.write( "x=6/8 \n" ); document.write( "x=3/4 answer. \n" ); document.write( " |