document.write( "Question 18715: suppose a,b are real numbers.
\n" );
document.write( "solve:ax=b \n" );
document.write( "
Algebra.Com's Answer #8970 by venugopalramana(3286) You can put this solution on YOUR website! ax=b...or a*x=b ...hence dividing with a on either side we get \n" ); document.write( "a*x/a=b/a....or x=b/a \n" ); document.write( " |