Answer:
His actual score is 15
Step-by-step explanation:
Here, we are interested in calculating Wayne’s actual score on the ACT
when we say the scores have being standardized, it means the score was reported in terms of the z-score and not the initial raw scores.
Now, mathematically, for the scores to have a negative z-score, it means it is actually below the mean.
The formula for the z-score or standard score is given below;
z-score = (x - mean)/SD
where in this case, x = ? which is the score we are looking for , z-score = -0.5 , mean score = 18 and standard deviation of the scores = 6
So, substituting these values into the z-score equation, we have;
-0.5 = (x-18)/6
x-18 = 6(-0.5)
x -18 = -3
x = -3 + 18
x = 15
The least common denominator is 2
Answer:
Harley Davidson?
Step-by-step explanation:
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.