#1
What is the result of 5 + 3 * 2?
11
ExplanationFollows the order of operations: first multiply 3 * 2, then add 5.
#2
What is the value of 15 divided by 3?
5
ExplanationSimple division operation.
#3
What is the result of 18 divided by 3 plus 2?
8
ExplanationDivision first, then addition.
#4
What is the value of 3 multiplied by 4 minus 7?
9
ExplanationMultiplication first, then subtraction.
#5
What is the result of 20 divided by (4 + 2)?
3
ExplanationPerform addition within parentheses first, then division.
#6
What is the value of 8 multiplied by 3 plus 7?
41
ExplanationMultiplication first, then addition.
#7
What is the result of (4 + 6) * 2 - 5?
17
ExplanationPerform addition first, then multiplication, and finally subtraction.
#8
Simplify: 3 * (4 - 2) + 7 / 2
11
ExplanationParentheses first, then multiplication, and lastly addition.
#9
Evaluate: (12 + 4) / (6 - 2)
6
ExplanationPerform the operations within the parentheses first, then division.
#10
What is the result of 3 * 4 + 5 * 2?
26
ExplanationMultiply first, then add.
#11
Simplify: 2 * (6 - 3) + 4 / 2
11
ExplanationParentheses first, then multiplication, and lastly division.
#12
What is the result of 5^2 + 3 * 4 - 7?
27
ExplanationExponential operation followed by multiplication and then subtraction.
#13
What is the result of 4^3 - 2 * 5?
48
ExplanationExponential operation followed by multiplication.
#14
Simplify: 2^3 + 5 * 2 - 4
18
ExplanationExponential operation followed by multiplication and then subtraction.
#15
What is the value of 7 * (4 + 3) / 2?
21
ExplanationPerform operations within parentheses first, then multiplication, and finally division.
#16
Evaluate: 3^2 + 4 * 5 - 6
33
ExplanationExponential operation first, then multiplication, and lastly subtraction.
#17
Evaluate: (10 - 3)^2 + 5 * 4
85
ExplanationPerform operations within parentheses first, then exponential operation, and lastly multiplication.
#18
Evaluate: 2 * (7 + 3)^2 - 5
225
ExplanationPerform addition within parentheses first, then exponential operation, multiplication, and finally subtraction.