Answer:
the sum of two integers is 33
explanation:
the numbers are
First Step: Leave "x" alone, pass the 3 to the other side
X= 10+3
Second Step: Add 10 plus 3
X= 13
So your answer is: x=13
Answer:e
Step-by-step explanation:n
Let one integer be x, the consecutive odd integer is x+2
reciprocals are 1/x and 1/(x+2)
1/x +1/(x+2)=24/143
make the denominators the same:
(x+2)/[x(x+2)] +x/[x(x+2)]=24/143
143(2x+2)=24(x)(x+2)
286x+286=24x²+48x
24x²-238x-286=0
use the quadratic formula: x=22 this doesn't work because 22 is not an odd number.
or x=-2.1666666666 (this is not an integer)
weird.
Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.