Q. The sum of three consecutive integers is 81 . Find the value of the greatest of the three.Answer:
Denote first integer as x: Let's denote the first integer as x. Since we are dealing with consecutive integers, the next two integers will be x+1 and x+2.
Write sum equation: The sum of these three consecutive integers is given as 81. Therefore, we can write the equation as x+(x+1)+(x+2)=81.
Simplify equation: Simplify the equation by combining like terms: x+x+x+1+2=81 which simplifies to 3x+3=81.
Isolate variable term: Subtract 3 from both sides of the equation to isolate the term with the variable: 3x+3−3=81−3 which simplifies to 3x=78.
Solve for x: Divide both sides of the equation by 3 to solve for x: 33x=378 which simplifies to x=26.
Find greatest integer: Now that we have the value of the first integer, x=26, we can find the greatest of the three consecutive integers by adding 2 to x: 26+2=28.