document.write( "Question 340854: The sum of two numbers is greater than or equal to 14 . The second number is 2 less than the first. What are the possible values for the first of the two numbers?
\n" );
document.write( "In your answer, denote the first number by x.\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is less than or equal to28 . The second number is 8 more than the first. What are the possible values for the first of the two numbers?
\n" );
document.write( "In your answer, denote the first number by x \r
\n" );
document.write( "\n" );
document.write( "Thank whoever help me I need these two answers badly. Thank you again! \n" );
document.write( "
Algebra.Com's Answer #244151 by Theo(13342)![]() ![]() You can put this solution on YOUR website! first problem:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y >= 14 \n" ); document.write( "y = x - 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute x-2 for y in the first equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + x - 2 >= 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x >= 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You do this by adding 2 to both sides of the equation and then combining terms on each side of the equation and then dividing both sides of the equation by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since y = x - 2, then y will always be 2 less than whatever x is.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Confirm by substituting for x and y in the original equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x is greater than or equal to 8, the equation should be true, and if x is smaller than 8, the equation should be false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Examples:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x = 8, then y = 6, and x + y >= 14 becomes 14 >= 14 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x = 6, then y = 4, and x + y >= 14 becomes 10 >= 14 which is false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x = 10, then y = 8, and x + y >= 14 becomes 18 >= 14 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "second problem:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y <= 28 \n" ); document.write( "y = x + 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute x + 8 for y in the first equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + x + 8 <= 28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x <= 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You do this by subtracting 8 from both sides of the equation and then combining like terms and then dividing both sides of the equation by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since y = x + 8, then y will always be 8 more than whatever x is.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Confirm by substituting for x and y in the original equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x is smaller than or equal to 10, then the equation should be true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If x is greater than 10, then he equation should be false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x = 10, y = 18, and x + y <= 28 becomes 28 <= 28 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x = 12, y = 20, and x + y <= 28 becomes 32 <= 28 which is false.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x = 8, y = 16, and x + y <= 28 becomes 24 <= 28 which is true.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |