Q. If A = (x, y, z) and B = (1, 1, 1), find the scalar product A · B.
-
A.
x + y + z
-
B.
x - y + z
-
C.
x + y - z
-
D.
x - y - z
Solution
A · B = x*1 + y*1 + z*1 = x + y + z.
Correct Answer: A — x + y + z
Learn More →
Q. If A = (x, y, z) and B = (1, 2, 3), and A · B = 14, find the value of x + y + z.
Solution
A · B = x*1 + y*2 + z*3 = 14; Let x + y + z = k; We can find values satisfying this equation.
Correct Answer: C — 7
Learn More →
Q. If A = (x, y, z) and B = (2, 2, 2), and A · B = 12, what is the value of x + y + z?
Solution
A · B = 2x + 2y + 2z = 12, thus x + y + z = 6.
Correct Answer: A — 6
Learn More →
Q. If A = (x, y, z) and B = (2, 3, 4), and A · B = 10, find the value of x + y + z.
Solution
x*2 + y*3 + z*4 = 10. One possible solution is x = 1, y = 1, z = 1, so x + y + z = 3.
Correct Answer: C — 3
Learn More →
Q. If A = (x, y, z) and B = (2, 3, 4), find the value of x if A · B = 10.
Solution
A · B = x*2 + y*3 + z*4 = 10. If y = 0 and z = 0, then x = 5.
Correct Answer: B — 2
Learn More →
Q. If A = 1i + 1j + 1k and B = 2i + 2j + 2k, what is A · B?
Solution
A · B = (1)(2) + (1)(2) + (1)(2) = 2 + 2 + 2 = 6.
Correct Answer: A — 6
Learn More →
Q. If A = 2i - j and B = -i + 3j, what is the value of A · B?
Solution
A · B = (2)(-1) + (-1)(3) = -2 - 3 = -5.
Correct Answer: A — -1
Learn More →
Q. If A = 6i + 8j and B = 3i + 4j, what is the scalar product A · B?
Solution
A · B = (6)(3) + (8)(4) = 18 + 32 = 50.
Correct Answer: B — 54
Learn More →
Q. If A = 7i + 24j and B = 24i - 7j, calculate A · B.
Solution
A · B = (7)(24) + (24)(-7) = 168 - 168 = 0.
Correct Answer: A — 0
Learn More →
Q. If A = i + 2j + 3k and B = 4i + 5j + 6k, find A · B.
Solution
A · B = (1)(4) + (2)(5) + (3)(6) = 4 + 10 + 18 = 32.
Correct Answer: B — 30
Learn More →
Q. If C = (0, 1, 2) and D = (3, 4, 5), what is C · D?
Solution
C · D = 0*3 + 1*4 + 2*5 = 0 + 4 + 10 = 14.
Correct Answer: A — 10
Learn More →
Q. If C = (3, -1, 2) and D = (0, 4, -1), what is the value of C · D?
Solution
C · D = 3*0 + (-1)*4 + 2*(-1) = 0 - 4 - 2 = -6.
Correct Answer: A — -2
Learn More →
Q. If C = (3, -1, 2) and D = (0, 4, -3), what is the value of C · D?
Solution
C · D = 3*0 + (-1)*4 + 2*(-3) = 0 - 4 - 6 = -10.
Correct Answer: A — -10
Learn More →
Q. If C = (3, -1, 2) and D = (4, 2, 1), calculate C · D.
Solution
C · D = 3*4 + (-1)*2 + 2*1 = 12 - 2 + 2 = 12.
Correct Answer: B — 11
Learn More →
Q. If C = (3, -2, 1) and D = (0, 4, -3), what is the value of C · D?
Solution
C · D = 3*0 + (-2)*4 + 1*(-3) = 0 - 8 - 3 = -11.
Correct Answer: A — -10
Learn More →
Q. If E = (1, 1, 1) and F = (1, 2, 3), find E · F.
Solution
E · F = 1*1 + 1*2 + 1*3 = 1 + 2 + 3 = 6.
Correct Answer: D — 6
Learn More →
Q. If E = (1, 1, 1) and F = (2, 2, 2), what is the scalar product E · F?
Solution
E · F = 1*2 + 1*2 + 1*2 = 2 + 2 + 2 = 6.
Correct Answer: B — 6
Learn More →
Q. If E = (2, -1, 3) and F = (1, 2, 0), what is E · F?
Solution
E · F = 2*1 + (-1)*2 + 3*0 = 2 - 2 + 0 = 0.
Correct Answer: A — -1
Learn More →
Q. If E = (5, 5, 5) and F = (1, 2, 3), what is the scalar product E · F?
Solution
E · F = 5*1 + 5*2 + 5*3 = 5 + 10 + 15 = 30.
Correct Answer: A — 30
Learn More →
Q. If E = (x, y, z) and F = (2, 3, 4) such that E · F = 10, what is the equation relating x, y, z?
-
A.
2x + 3y + 4z = 10
-
B.
x + y + z = 10
-
C.
x + 2y + 3z = 10
-
D.
2x + 3y + z = 10
Solution
E · F = x*2 + y*3 + z*4 = 10 gives the equation 2x + 3y + 4z = 10.
Correct Answer: A — 2x + 3y + 4z = 10
Learn More →
Q. If G = (1, 0, 1) and H = (0, 1, 0), find G · H.
Solution
G · H = 1*0 + 0*1 + 1*0 = 0 + 0 + 0 = 0.
Correct Answer: A — 0
Learn More →
Q. If G = (1, 1, 1) and H = (1, -1, 1), what is G · H?
Solution
G · H = 1*1 + 1*(-1) + 1*1 = 1 - 1 + 1 = 1.
Correct Answer: A — 0
Learn More →
Q. If G = (1, 1, 1) and H = (2, 2, 2), what is G · H?
Solution
G · H = 1*2 + 1*2 + 1*2 = 2 + 2 + 2 = 6.
Correct Answer: A — 3
Learn More →
Q. If G = (2, 2) and H = (3, -1), what is G · H?
Solution
G · H = 2*3 + 2*(-1) = 6 - 2 = 4.
Correct Answer: C — 5
Learn More →
Q. If I = (1, 1, 1) and J = (2, 2, 2), what is the scalar product I · J?
Solution
I · J = 1*2 + 1*2 + 1*2 = 2 + 2 + 2 = 6.
Correct Answer: D — 6
Learn More →
Q. If I = (1, 2, 3) and J = (3, 2, 1), what is I · J?
Solution
I · J = 1*3 + 2*2 + 3*1 = 3 + 4 + 3 = 10.
Correct Answer: A — 10
Learn More →
Q. If I = (1, 2, 3) and J = (4, 5, 6), calculate I · J.
Solution
I · J = 1*4 + 2*5 + 3*6 = 4 + 10 + 18 = 32.
Correct Answer: B — 30
Learn More →
Q. If I = (a, b, c) and J = (2, 2, 2) such that I · J = 12, what is the relationship between a, b, c?
-
A.
a + b + c = 6
-
B.
2a + 2b + 2c = 12
-
C.
a + b + c = 12
-
D.
2a + 2b + 2c = 6
Solution
I · J = 2a + 2b + 2c = 12 gives the equation 2a + 2b + 2c = 12.
Correct Answer: B — 2a + 2b + 2c = 12
Learn More →
Q. If M = (1, 2, 3) and N = (4, 5, 6), what is the scalar product M · N?
Solution
M · N = 1*4 + 2*5 + 3*6 = 4 + 10 + 18 = 32.
Correct Answer: A — 32
Learn More →
Q. If M = (2, 2, 2) and N = (3, 3, 3), what is M · N?
Solution
M · N = 2*3 + 2*3 + 2*3 = 6 + 6 + 6 = 18.
Correct Answer: A — 12
Learn More →
Showing 61 to 90 of 115 (4 Pages)