For the first problem, the integers are 8 and 11.
The second problem has missing information. So does the third. They cannot be worked without the information that's missing.
Explanation:
Let x be the larger integer and y be the smaller integer. We know that the smaller integer, y, is 3 less than the larger integer, x, so:
y=x-3
The sum of their squares is 185. This means:
x²+y²=185
x²+(x-3)²=185
x²+(x-3)(x-3)=185
Multiplying the binomials we get:
x²+x*x-3*x-3*x-3(-3)=185
x²+x²-3x-3x+9=185
Combining like terms we get:
2x²-6x+9=185
When solving quadratics, we want the function to equal 0; subtract 185 from both sides:
2x²-6x+9-185=185-185
2x²-6x-176=0
Use the quadratic formula:
Since both integers must be positive, x = 11. This means that y=11-3=8.