document.write( "Question 971903: Find 2 consecutive odd integers such that two -fifth of the smaller exceeds two -ninth of the greater by 4? \n" ); document.write( "
Algebra.Com's Answer #594322 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "Let x = smaller odd integer\r\n" );
document.write( "Let x+2 = larger consecutive odd integer\r\n" );
document.write( "\r\n" );
document.write( "two -fifth of the smaller exceeds two -ninth of the greater by 4\r\n" );
document.write( "\r\n" );
document.write( "Replace the smaller by (x)\r\n" );
document.write( "Replace the greater by (x+2)\r\n" );
document.write( "We get\r\n" );
document.write( "\r\n" );
document.write( "two -fifth of (x) exceeds two -ninth of (x+2) by 4\r\n" );
document.write( "\r\n" );
document.write( "Recolor:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "two -fifth of (x) exceeds two -ninth of (x+2) by 4\r\n" );
document.write( "\r\n" );
document.write( "Replace two- fifth of by \"red%28expr%282%2F5%29%2A%22%22%29\"\r\n" );
document.write( "Replace two- ninth of by \"red%28expr%282%2F9%29%2A%22%22%29\"\r\n" );
document.write( "\r\n" );
document.write( "We get\r\n" );
document.write( "\"red%28expr%282%2F5%29%2A%22%22%29\"(x) exceeds \"red%28expr%282%2F9%29%2A%22%22%29\"(x+2) by 4\r\n" );
document.write( "\r\n" );
document.write( "Recolor:\r\n" );
document.write( "\"expr%282%2F5%29%2A%22%22%29\"(x) exceeds \"expr%282%2F9%29%2A%22%22%29\"(x+2) by 4\r\n" );
document.write( "\r\n" );
document.write( "Replace exceeds...by by =...+\r\n" );
document.write( "We get:\r\n" );
document.write( "\r\n" );
document.write( "\"expr%282%2F5%29%2A%22%22%29\"(x) = \"expr%282%2F9%29%2A%22%22%29\"(x+2) + 4\r\n" );
document.write( "\r\n" );
document.write( "Multiply through by LCD = 45 to remove fractions:\r\n" );
document.write( "\r\n" );
document.write( "\"45%2Aexpr%282%2F5%29%2A%22%22%29\"(x) = \"45%2Aexpr%282%2F9%29%2A%22%22%29\"(x+2) + 45*4\r\n" );
document.write( "\r\n" );
document.write( "18(x) = 10(x+2)+180\r\n" );
document.write( "\r\n" );
document.write( "You finish:\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );