ASVAB Math Knowledge Practice Test 853565 Results

Your Results Global Average
Questions 5 5
Correct 0 3.48
Score 0% 70%

Review

1

What is 9a + 9a?

81% Answer Correctly
0
18
81a2
18a

Solution

To combine like terms, add or subtract the coefficients (the numbers that come before the variables) of terms that have the same variable raised to the same exponent.

9a + 9a = 18a


2

Simplify (5a)(3ab) + (2a2)(6b).

65% Answer Correctly
64a2b
27a2b
3ab2
64ab2

Solution

To multiply monomials, multiply the coefficients (the numbers that come before the variables) of each term, add the exponents of like variables, and multiply the different variables together.

(5a)(3ab) + (2a2)(6b)
(5 x 3)(a x a x b) + (2 x 6)(a2 x b)
(15)(a1+1 x b) + (12)(a2b)
15a2b + 12a2b
27a2b


3

What is 4a4 + 5a4?

75% Answer Correctly
20a8
9a4
a48
9

Solution

To combine like terms, add or subtract the coefficients (the numbers that come before the variables) of terms that have the same variable raised to the same exponent.

4a4 + 5a4 = 9a4


4

If b = 5 and x = 9, what is the value of -5b(b - x)?

68% Answer Correctly
0
784
-175
100

Solution

To solve this equation, replace the variables with the values given and then solve the now variable-free equation. (Remember order of operations, PEMDAS, Parentheses, Exponents, Multiplication/Division, Addition/Subtraction.)

-5b(b - x)
-5(5)(5 - 9)
-5(5)(-4)
(-25)(-4)
100


5

Solve for y:
y2 + 8y - 9 = 0

58% Answer Correctly
9 or 6
5 or -7
2 or -3
1 or -9

Solution

The first step to solve a quadratic equation that's set to zero is to factor the quadratic equation:

y2 + 8y - 9 = 0
(y - 1)(y + 9) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, either (y - 1) or (y + 9) must equal zero:

If (y - 1) = 0, y must equal 1
If (y + 9) = 0, y must equal -9

So the solution is that y = 1 or -9