document.write( "Question 798310: There are three consecutive odd integers. Three times the largest is seven times the smallest. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #482146 by richwmiller(17219) You can put this solution on YOUR website! x, x+2 and x+4 \n" ); document.write( "3*(x+4)=7x \n" ); document.write( "3x+12=7x \n" ); document.write( "12=4x \n" ); document.write( "3=x \n" ); document.write( "3 and 5 and 7 \n" ); document.write( "check \n" ); document.write( "3(7)=7*3 \n" ); document.write( "21=21 \n" ); document.write( "ok \n" ); document.write( " |