document.write( "Question 546938: Find three consecutive odd numbers such that three times the smallest number is the same as nine more than twice the largest. \n" ); document.write( "
Algebra.Com's Answer #356145 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "First odd integer = x+1 \n" ); document.write( "Second odd integer = x+3 \n" ); document.write( "Third odd integer = x+5 \n" ); document.write( "Given \n" ); document.write( "Three times the smallest number is the same as nine more than twice the largest \n" ); document.write( "3(x+1)=2(x+5)+9 \n" ); document.write( "3x+3=2x+10+9 \n" ); document.write( "3x+3=2x+10+9 \n" ); document.write( "3x-2x=19-3 \n" ); document.write( "x=16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First odd integer = x+1 = 16+1=17 \n" ); document.write( "Second odd integer = x+3=16+3=19 \n" ); document.write( "Third odd integer = x+5=16+5=21\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |