Q. If log_5(x) = 2, what is the value of x?
Show solution
Solution
log_5(x) = 2 implies x = 5^2 = 25.
Correct Answer: C — 25
Learn More →
Q. If log_7(49) = x, what is the value of x?
Show solution
Solution
Since 49 = 7^2, log_7(49) = 2, thus x = 2.
Correct Answer: B — 2
Learn More →
Q. If log_a(16) = 2, what is the value of a?
Show solution
Solution
From log_a(16) = 2, we have a^2 = 16, thus a = 4.
Correct Answer: B — 4
Learn More →
Q. If log_a(2) = x and log_a(3) = y, then log_a(6) is equal to?
A.
x + y
B.
xy
C.
x - y
D.
x/y
Show solution
Solution
log_a(6) = log_a(2 * 3) = log_a(2) + log_a(3) = x + y.
Correct Answer: A — x + y
Learn More →
Q. If log_a(2) = x and log_a(3) = y, what is log_a(6)?
A.
x + y
B.
xy
C.
x - y
D.
x/y
Show solution
Solution
log_a(6) = log_a(2 * 3) = log_a(2) + log_a(3) = x + y.
Correct Answer: A — x + y
Learn More →
Q. If log_a(4) = 2 and log_a(16) = x, what is the value of x?
Show solution
Solution
log_a(16) = log_a(4^2) = 2 * log_a(4) = 2 * 2 = 4.
Correct Answer: B — 4
Learn More →
Q. If log_a(4) = 2, what is the value of a?
Show solution
Solution
log_a(4) = 2 implies a^2 = 4 => a = 2.
Correct Answer: B — 4
Learn More →
Q. If log_a(5) = p and log_a(25) = q, then what is the relationship between p and q?
A.
q = 2p
B.
q = p/2
C.
q = p^2
D.
q = p + 1
Show solution
Solution
log_a(25) = log_a(5^2) = 2 log_a(5) = 2p, hence q = 2p.
Correct Answer: A — q = 2p
Learn More →
Q. If log_a(5) = p and log_a(25) = q, what is the relationship between p and q?
A.
q = 2p
B.
q = p/2
C.
q = p^2
D.
q = p + 1
Show solution
Solution
log_a(25) = log_a(5^2) = 2 log_a(5) = 2p, hence q = 2p.
Correct Answer: A — q = 2p
Learn More →
Q. If log_a(b) = p and log_a(c) = q, then log_a(bc) is equal to?
A.
p + q
B.
pq
C.
p - q
D.
p/q
Show solution
Solution
log_a(bc) = log_a(b) + log_a(c) = p + q.
Correct Answer: A — p + q
Learn More →
Q. If log_a(b) = p and log_a(c) = q, what is log_a(bc)?
A.
p + q
B.
pq
C.
p - q
D.
p/q
Show solution
Solution
log_a(bc) = log_a(b) + log_a(c) = p + q.
Correct Answer: A — p + q
Learn More →
Q. If log_b(27) = 3, what is the value of b?
Show solution
Solution
log_b(27) = 3 implies b^3 = 27 => b = 3.
Correct Answer: A — 3
Learn More →
Q. If log_x(16) = 4, what is the value of x?
Show solution
Solution
log_x(16) = 4 implies x^4 = 16 => x^4 = 2^4 => x = 2.
Correct Answer: B — 4
Learn More →
Q. If log_x(27) = 3, find x.
Show solution
Solution
log_x(27) = 3 implies x^3 = 27 => x = 3.
Correct Answer: B — 9
Learn More →
Q. If log_x(4) = 2, what is the value of x?
Show solution
Solution
log_x(4) = 2 implies x^2 = 4 => x = 2.
Correct Answer: C — 8
Learn More →
Q. If log_x(81) = 4, find x.
Show solution
Solution
log_x(81) = 4 implies x^4 = 81 => x^4 = 3^4 => x = 3.
Correct Answer: A — 3
Learn More →
Q. If log_x(81) = 4, what is the value of x?
Show solution
Solution
log_x(81) = 4 implies x^4 = 81 => x = 3.
Correct Answer: A — 3
Learn More →
Q. If M = (1, 2, 3) and N = (4, 5, 6), what is the scalar product M · N?
Show solution
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?
Show solution
Solution
M · N = 2*3 + 2*3 + 2*3 = 6 + 6 + 6 = 18.
Correct Answer: A — 12
Learn More →
Q. If one root of the equation x^2 - 3x + p = 0 is 2, what is the value of p?
Show solution
Solution
Substituting x = 2 into the equation gives 2^2 - 3*2 + p = 0 => 4 - 6 + p = 0 => p = 2.
Correct Answer: D — 4
Learn More →
Q. If one root of the equation x^2 - 6x + k = 0 is 2, what is the value of k?
Show solution
Solution
Using the root, we substitute: 2^2 - 6*2 + k = 0 => 4 - 12 + k = 0 => k = 8.
Correct Answer: A — 4
Learn More →
Q. If one root of the equation x^2 - 7x + k = 0 is 3, what is the value of k?
Show solution
Solution
Using Vieta's formulas, if one root is 3, the other root is 7 - 3 = 4. Thus, k = 3 * 4 = 12.
Correct Answer: B — 9
Learn More →
Q. If R is a relation defined on set A = {1, 2, 3} such that R = {(1, 2), (2, 3)}, is R a function?
A.
Yes
B.
No
C.
Depends on A
D.
Not enough information
Show solution
Solution
A relation is a function if every element in the domain (set A) maps to exactly one element in the codomain. Here, 1 maps to 2, and 2 maps to 3, but 3 has no mapping, so R is not a function.
Correct Answer: B — No
Learn More →
Q. If R is a relation on set A = {1, 2, 3} defined by R = {(1, 1), (2, 2), (3, 3)}, is R reflexive?
A.
Yes
B.
No
C.
Depends on A
D.
None of the above
Show solution
Solution
A relation R is reflexive if every element in set A is related to itself. Since R contains (1, 1), (2, 2), and (3, 3), R is reflexive.
Correct Answer: A — Yes
Learn More →
Q. If R is a relation on set A = {1, 2, 3} defined by R = {(1, 1), (2, 2), (3, 3)}, is R symmetric?
A.
Yes
B.
No
C.
Depends on A
D.
None of the above
Show solution
Solution
A relation is symmetric if for every (a, b) in R, (b, a) is also in R. Since R only contains pairs of the form (a, a), it is symmetric.
Correct Answer: A — Yes
Learn More →
Q. If R is a relation on set A = {1, 2, 3} defined by R = {(1, 2), (2, 3)}, is R transitive?
A.
Yes
B.
No
C.
Not enough information
D.
None of the above
Show solution
Solution
A relation R is transitive if whenever (a, b) ∈ R and (b, c) ∈ R, then (a, c) must also be in R. Here, (1, 2) and (2, 3) are in R, but (1, 3) is not, so R is not transitive.
Correct Answer: B — No
Learn More →
Q. If R is a relation on the set A = {1, 2, 3} defined by R = {(1, 2), (2, 3), (3, 1)}, which of the following properties does R possess?
A.
Reflexive
B.
Symmetric
C.
Transitive
D.
All of the above
Show solution
Solution
R is not reflexive as (1,1), (2,2), (3,3) are not in R. It is symmetric as (2,3) implies (3,2) is not in R. It is transitive as (1,2) and (2,3) implies (1,3) is not in R. Thus, R is not all of the above.
Correct Answer: C — Transitive
Learn More →
Q. If R is a relation on the set {1, 2, 3, 4} defined by R = {(1, 1), (2, 2), (3, 3), (4, 4), (1, 2), (2, 1)}, what type of relation is R?
A.
Reflexive
B.
Symmetric
C.
Transitive
D.
Both reflexive and symmetric
Show solution
Solution
R is reflexive because it contains all pairs (a, a) and symmetric because (1,2) implies (2,1).
Correct Answer: D — Both reflexive and symmetric
Learn More →
Q. If R is a relation on the set {1, 2, 3} defined by R = {(1, 1), (2, 2), (3, 3), (1, 2)}, is R a partial order?
A.
Yes
B.
No
C.
Only reflexive
D.
Only transitive
Show solution
Solution
R is not a partial order because it is not transitive; (1,2) and (2,2) do not imply (1,2).
Correct Answer: B — No
Learn More →
Q. If R is a relation on the set {1, 2, 3} defined by R = {(1, 1), (2, 2), (3, 3), (1, 2), (2, 1)}, which of the following is true?
A.
R is reflexive
B.
R is symmetric
C.
R is transitive
D.
Both 1 and 2
Show solution
Solution
R is reflexive and symmetric, but not transitive. Thus, both 1 and 2 are true.
Correct Answer: D — Both 1 and 2
Learn More →
Showing 1321 to 1350 of 2847 (95 Pages)