document.write( "Question 987452: for the following equation I need to solve for all valid value(s) of x:\r
\n" );
document.write( "\n" );
document.write( "3x-1= Sqrt 9x^2+9\r
\n" );
document.write( "\n" );
document.write( "After simplifying and solving for x I got -1.5 for the value of x\r
\n" );
document.write( "\n" );
document.write( "However when this is plugged into the equation it gives a negative value under the square root, which should make the value invalid.\r
\n" );
document.write( "\n" );
document.write( "I don't know whether I made a mistake in my working, or if -1.5 is for some reason a valid answer (do i need to use imaginary numbers??)\r
\n" );
document.write( "\n" );
document.write( "So really the whole question is a bit of a confusion for me, could anyone confirm that x= -1.5, and that there are no valid values for this problem? \n" );
document.write( "
Algebra.Com's Answer #608233 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 3x -1 = Sqrt(9x^2+9) \n" ); document.write( "square both sides of the = \n" ); document.write( "9x^2 - 6x + 1 = 9x^2 + 9 \n" ); document.write( "subtract 9x^2 from both sides of = \n" ); document.write( "-6x + 1 = 9 \n" ); document.write( "subtract 1 fro both sides of = \n" ); document.write( "-6x = 8 \n" ); document.write( "x = -1.333333333 \n" ); document.write( "*********************************** \n" ); document.write( "check the answer \n" ); document.write( "3(-1.333333333) - 1 = Sqrt(9(-1.333333333^2) +9) \n" ); document.write( "-5 = + or - (4.99999999999) \n" ); document.write( "therefore, \n" ); document.write( "-5 approx -5 \n" ); document.write( "our answer checks, \n" ); document.write( "x = -1.333333333 \n" ); document.write( "note that the answer becomes positive when squared \n" ); document.write( " \n" ); document.write( " |