Answer: x=15, y=3
Step-by-step explanation:
Subtracting the two equations, we get -3y=-9, meaning y=3.
Substituting this into the first equation, we get that x-3=12, and thus, x=15.
Answer:
:))
Step-by-step explanation:
Answer:
1: 8
Step-by-step explanation:
4 : 32
Divide both the left and right side by 4
4/4 =1
32/4 = 8
4:32 becomes 1:8
Numerator
<span><span>cos<span>(<span>π/2</span>−x)</span></span>=<span>cos<span>(<span>π/2</span>)</span></span><span>cosx</span>+<span>sin<span>(<span>π/2</span>)</span></span><span>sinx</span></span>
now <span><span>cos<span>(<span>π/2</span>)</span></span>=0 and <span>sin<span>(<span>π/2</span>)</span></span>=1</span>
simplifies to : 0 + sinx = sinx
Denominator
<span><span>sin<span>(<span>π/2</span>−x)</span></span>=<span>sin<span>(<span>π/2</span>)</span></span><span>cosx</span>+<span>cos<span>(<span>π/2</span>)</span></span><span>sinx</span></span>
simplifies to : cosx + 0 = cosx
<span>⇒<span><span>cos<span>(<span>π/2</span>−x)</span></span><span>sin<span>(<span>π/2</span>−x)</span></span></span>=<span><span>sinx/</span><span>cosx</span></span>=<span>tan<span>x</span></span></span>
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.