document.write( "Question 690917: if nine times a number is added to 6, the result is at most 3. find all such numbers \n" ); document.write( "
Algebra.Com's Answer #426428 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 9x+6 => 3 \n" ); document.write( "9x => 3-6 \n" ); document.write( "9x => -3 \n" ); document.write( "x => -3/9 \n" ); document.write( "x => -1/3 \n" ); document.write( " |