document.write( "Question 776953: (x-3)/8=3/(x+2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #473839 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! this is a proportion so you multiply across \n" ); document.write( "(x-3)(x+2)=8*3 \n" ); document.write( "x^2-3x+2x-6=24 \n" ); document.write( "x^2-x-30=0 now you can factor this quadratic equation \n" ); document.write( "(x-6)(x+5)=0 set each part equal to zero and solve for x \n" ); document.write( "x-6=0 add 6 to each side \n" ); document.write( "x=6 \n" ); document.write( "x+5=0 subtract 5 from each side \n" ); document.write( "x=-5 \n" ); document.write( " |