• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Math problems..................

BustaBust

Golden Member
How do you do this:

20. For the following set of scores, find the value of each expression:

X
------
5
-2
0
3
a. SX
b. SX2
c. S(X + 3)


24. For the following set of scores, find the value of each expression:

X
-------
9
1
1
1
a. SX2
b. (SX)2
c. S(X ? 3)
d. S(X ? 3)2

It is fairly easy, but I've been away from Math so long that I am not confident in my answer.
 
I got these: (Correct me if I am wrong)

20
A. 6
B. 36
C. 9

24
A. 144
B. 144
C. 9
D. 81

Remember 20b, 24a, 24b, and 24d are supposed to be squared not "2"
 
Originally posted by: BustaBust
I got these: (Correct me if I am wrong)

20
A. 6
B. 36
C. 9

24
A. 144
B. 144
C. 9
D. 81

Remember 20b, 24a, 24b, and 24d are supposed to be squared not "2"

Incorrect.
Check your answers.
Mine are correct.
 
Originally posted by: BustaBust
I got these: (Correct me if I am wrong)
The issue is the order of operations. The parenthesis is most important. Do whatever is inside them first, then do the rest. Squaring is more important than adding, so square before you add. Thus:

SX = x1 + x2 + x3 + x4

SX^2 = x1^2 + x2^2 + x3^2 + x4^2

S(X + 3) = (x1+3) + (x2+3) + (x3+3) + (x4+3)

(SX)^2 = (x1 + x2 + x3 + x4) ^ 2

S(X - 3) = (x1-3) + (x2-3) + (x3-3) + (x4-3)

S(X ? 3)^2 = (x1-3)^2 + (x2-3)^2 + (x3-3)^2 + (x4-3)^2

I did the math quickly in my head and joshsquall appeard to get them correct.

Sorry I put the sum in, but when I edited the post, the sums left, pretend the 'S' is the summation sign.
 
Back
Top