document.write( "Question 196311: how do you solve a+1= 6/a this is from a made up take home quiz that my teacher made \n" ); document.write( "
Algebra.Com's Answer #147163 by edjones(8007) You can put this solution on YOUR website! a+1=6/a \n" ); document.write( "a(a+1)=6 multiply each side by 6. \n" ); document.write( "a^2+a=6 \n" ); document.write( "a^2+a-6=0 \n" ); document.write( "(a+3)(a-2)=0 \n" ); document.write( "a=-3, a=2 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |