document.write( "Question 901958: The greater of two consecutive odd integers is 10 more than three times the lesser. Find the integers. My setup is x & x + 2 being the integers.
\n" );
document.write( "So I have x +2 = 3x + 10, which leads me to an answer of x = 4 and x + 2 = 6, but those are even integers. \r
\n" );
document.write( "\n" );
document.write( "Either I or the problem is incorrect! Help!!! Thanks! \n" );
document.write( "
Algebra.Com's Answer #805784 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! greater integer = 10 + 3 times the lesser \n" ); document.write( "x+2 = 10+3x \n" ); document.write( "-8 = 2x \n" ); document.write( "x = -4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The problem is incorrect. \n" ); document.write( " |