document.write( "Question 351055: When 7 is added to the reciprocal of twice a number, the result is the reciprocal of 4 times the number. Find the number? \n" ); document.write( "
Algebra.Com's Answer #250915 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "(1/2x) +7 =1/4x \n" ); document.write( "(1/2x)-(1/4x)=-7 \n" ); document.write( "LCM = 4x \n" ); document.write( "(2-1)/4x=-7 \n" ); document.write( "1=28x \n" ); document.write( "x=-1/28 \n" ); document.write( " |