document.write( "Question 1033075: Find two consecutive odd integers such that the sum of one-third of the smaller number and four times the larger number is 73.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #648045 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be our first integer. Our 2nd integer would then be n+2. Thus: \n" ); document.write( "n/3+4(n+2)=73 \n" ); document.write( "n+12(n+2)=219 \n" ); document.write( "13n=195 \n" ); document.write( "n=15 \n" ); document.write( "n+2=17!!!!!!!!!!!!! \n" ); document.write( " |