document.write( "Question 1018468: How to solve this problem for x
\n" );
document.write( "(1/x)+(1/(x+2))=3/4 \n" );
document.write( "
Algebra.Com's Answer #634552 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (1/x)+(1/(x+2))=3/4 \n" ); document.write( "Clear the whole fraction by multiplying everything by (x)(x+2)(4) \n" ); document.write( "4(x+2) + 4(x)=3(x)(x+2). Now distribute. \n" ); document.write( "4x+8+4x=3x^2+6x \n" ); document.write( "3x^2-2x-8=0, combining and rearranging the terms \n" ); document.write( "(3x+4)(x-2)=0, by factoring \n" ); document.write( "x=-4/3, 2 \n" ); document.write( "---------------- \n" ); document.write( "If x=2, (1/2)+(1//4)=(3/4) \n" ); document.write( "if x=-4/3, (-3/4)+(1/-(2/3)=(3/4); -(3/4)+(3/2=(3/4). The second part is inverted with division. \n" ); document.write( " |