#1
What is the result of 15 + 27?
42
ExplanationAddition of 15 and 27.
#2
What is the product of 8 and 9?
72
ExplanationMultiplication of 8 and 9.
#3
What is the square root of 144?
12
ExplanationSquare root of 144.
#4
If a = 3 and b = 5, what is the value of a^2 + b^2?
40
ExplanationSubstitute a and b, then calculate the sum of squares.
#5
What is the result of 3^4?
256
Explanation4th power of 3.
#6
If a = 12 and b = 5, what is the value of a - b?
7
ExplanationSubtracting b from a.
#7
What is the value of 5 + (8 * 2) - 4?
19
ExplanationExpression evaluation with addition, multiplication, and subtraction.
#8
If x = 12 and y = 7, what is the value of (3x + 2y) / 5?
10
ExplanationSubstitute x and y, then evaluate the expression.
#9
What is the result of 3.5 * (2.1 + 4.3)?
24.85
ExplanationExpression with multiplication and addition.
#10
If p = 6 and q = 3, what is the value of (p^3 - q^3) / (p - q)?
63
ExplanationSubstitute p and q, then evaluate the expression.
#11
What is the result of 16 / (2 * 2)?
4
ExplanationDivision after multiplication.
#12
If x = 5 and y = 2, what is the value of (x^2 + y^2) / (x + y)?
7
ExplanationSubstitute x and y, then evaluate the expression.
#13
What is the result of 2^3 + 4 * 5 - 9?
17
ExplanationExpression with exponentiation, multiplication, and subtraction.
#14
What is the result of (5^2 + 6^2) / (2 * 5 * 6)?
1
ExplanationExpression involving squares and division.
#15
What is the result of (10^3 - 6^2) / (3 * 10 * 6)?
1
ExplanationExpression involving cubes, squares, and division.
#16
What is the result of (7^2 + 8^2) / (2 * 7 * 8)?
1
ExplanationExpression involving squares and division.
#17
What is the result of (8^3 - 5^2) / (3 * 8 * 5)?
2
ExplanationExpression involving cubes, squares, and division.