document.write( "Question 386753: If two consecutive even numbers are such that 5/6 of the reciprocal of one is
\n" );
document.write( "equal to the reciprocal of the other. Find the two even numbers.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #273347 by mananth(16946)![]() ![]() You can put this solution on YOUR website! If two consecutive even numbers are such that 5/6 of the reciprocal of one is \n" ); document.write( "equal to the reciprocal of the other. Find the two even numbers. \n" ); document.write( "... \n" ); document.write( "let the numbers be x, x+2 \n" ); document.write( ".. \n" ); document.write( "5/6x= 1/(x+2) \n" ); document.write( "cross multiply \n" ); document.write( "5(x+2)=6x \n" ); document.write( "5x+10=6x \n" ); document.write( "6x-5x=10 \n" ); document.write( "x=10 \n" ); document.write( "... \n" ); document.write( "10,12 are the numbers \n" ); document.write( " |