ASVAB Math Knowledge Practice Test 198001 Results

Your Results Global Average
Questions 5 5
Correct 0 3.46
Score 0% 69%

Review

1

Which of the following expressions contains exactly two terms?

83% Answer Correctly

quadratic

polynomial

binomial

monomial


Solution

A monomial contains one term, a binomial contains two terms, and a polynomial contains more than two terms.


2

Factor y2 - 11y + 18

54% Answer Correctly
(y + 9)(y + 2)
(y - 9)(y + 2)
(y + 9)(y - 2)
(y - 9)(y - 2)

Solution

To factor a quadratic expression, apply the FOIL method (First, Outside, Inside, Last) in reverse. First, find the two Last terms that will multiply to produce 18 as well and sum (Inside, Outside) to equal -11. For this problem, those two numbers are -9 and -2. Then, plug these into a set of binomials using the square root of the First variable (y2):

y2 - 11y + 18
y2 + (-9 - 2)y + (-9 x -2)
(y - 9)(y - 2)


3

Simplify (8a)(9ab) - (4a2)(9b).

62% Answer Correctly
221ab2
108a2b
36a2b
-36ab2

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.

(8a)(9ab) - (4a2)(9b)
(8 x 9)(a x a x b) - (4 x 9)(a2 x b)
(72)(a1+1 x b) - (36)(a2b)
72a2b - 36a2b
36a2b


4

Simplify 4a x 2b.

86% Answer Correctly
8\( \frac{a}{b} \)
8a2b2
8ab
8\( \frac{b}{a} \)

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.

4a x 2b = (4 x 2) (a x b) = 8ab


5

Solve for b:
b2 + 2b - 15 = 0

58% Answer Correctly
3 or -5
8 or -4
2 or -4
9 or 3

Solution

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

b2 + 2b - 15 = 0
(b - 3)(b + 5) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, either (b - 3) or (b + 5) must equal zero:

If (b - 3) = 0, b must equal 3
If (b + 5) = 0, b must equal -5

So the solution is that b = 3 or -5