document.write( "Question 471917: There are two consecutive odd numbers such that five times the smaller plus twice the greater is 25. \n" ); document.write( "
Algebra.Com's Answer #323598 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
5(n)+2(n+2)=25
\n" ); document.write( "5n+2n+4=25
\n" ); document.write( "7n=21
\n" ); document.write( "n=3
\n" ); document.write( "n+2=5
\n" ); document.write( "The two integers are 3 and 5..
\n" ); document.write( "
\n" );