document.write( "Question 167530This question is from textbook algebra 1
\n" );
document.write( ": the sum of two integers is greater than 12, one integer is ten less than twice the other. what are the least values of the integers? \n" );
document.write( "
Algebra.Com's Answer #123427 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the sum of two integers is greater than 12, one integer is ten less than twice the other. what are the least values of the integers? \n" ); document.write( ". \n" ); document.write( "Let x = one integer \n" ); document.write( "and y = other integer \n" ); document.write( ". \n" ); document.write( "x+y > 12 \n" ); document.write( "x = 2y-10 \n" ); document.write( ". \n" ); document.write( "2y-10 + y > 12 \n" ); document.write( "3y-10 > 12 \n" ); document.write( "3y > 22 \n" ); document.write( "y > 22/3 \n" ); document.write( ". \n" ); document.write( "The smallest integer value of y is 8. \n" ); document.write( ". \n" ); document.write( "to find x: \n" ); document.write( "x = 2y-10 \n" ); document.write( "x = 2(8)-10 \n" ); document.write( "x = 16-10 \n" ); document.write( "x = 6 \n" ); document.write( ". \n" ); document.write( "The two integers: 6 and 8 \n" ); document.write( " |