<h3>
Answer: (n-1)^2</h3>
This is because we have a list of perfect squares 0,1,4,9,...
We use n-1 in place of n because we're shifting things one spot to the left, since we start at 0 instead of 1.
In other words, if the answer was n^2, then the first term would be 1^2 = 1, the second term would be 2^2 = 4, and so on. But again, we started with 0^2 = 0, so that's why we need the n-1 shift.
You can confirm this is the case by plugging n = 1 into (n-1)^2 and you should find the result is 0^2 = 0. Similarly, if you tried n = 2, you should get 1^2 = 1, and so on. It appears you already wrote the answer when you wrote "Mark Scheme".
All of this only applies to sequence A.
side note: n is some positive whole number.
Answer:
x = 181 and y = 97
Step-by-step explanation:
let called the first number is x
the second number would be called y
We are given that:
x + y = 278 (1)
x = y + 84 (2)
Let change x in (2) into (1):
y + 84 + y = 278
2y + 84 = 278
Subtract 84 from both side, we got:
2y + 84 - 84 = 278 - 84
2y + 0 = 194
Divide both side by 2, we got:
2y / 2 = 194 / 2
y = 97
Because y = 97 and x + y = 278 so x would equal:
x + 97 = 278
Subtract 97 from both side, we got:
x + 97 - 97 = 278 - 97
x + 0 = 181
x = 181 and y = 97
Hope this helped :3
Answer:
(0, -1)
Step-by-step explanation:
It's helpful if we think of slope in the context of rise over run.
Since the point (1, 1) lies on the line, because of the slope 2, if we subtract x by 1 to get to x = 0, then we'll be subtracting y by 2.
By that logic, the answer must be (0, -1).
Answer:
A. m-6/24
Step-by-step explanation:
This is the required expression because,
1. Quotient of 24 and 6 less than m.
2. It means quotient of 24 and 6 subtracted from m.
3. Representing it mathematically, m-6/24.
Answer:
y = 9/b
Step-by-step explanation:
by = 9 solved for b yields y = 9/b.