document.write( "Question 67244: When 5 is subtracted from 3 times a number, the square root of the result is 8. Find the number. \n" ); document.write( "
Algebra.Com's Answer #47801 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
x = a number
\n" ); document.write( "3x
\n" ); document.write( "3x - 5
\n" ); document.write( "sqrt(3x - 5) = 8
\n" ); document.write( "3x - 5 = 64
\n" ); document.write( "3x = 69
\n" ); document.write( "x = 23
\n" ); document.write( "
\n" );