document.write( "Question 252785: Find the largest integer such that 4 more than 3 times the integer is less than 93. \n" ); document.write( "
Algebra.Com's Answer #184860 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the required number \n" ); document.write( "From the given data, we get \n" ); document.write( " 3x+4<93 \n" ); document.write( " 3x<93-4 \n" ); document.write( " 3x<89 \n" ); document.write( " x<89/3 \n" ); document.write( " x=29 \n" ); document.write( "Therefore the required number is 29 \n" ); document.write( " |