ASVAB Math Knowledge Practice Test 810250 Results

Your Results Global Average
Questions 5 5
Correct 0 3.23
Score 0% 65%

Review

1

A(n) __________ is two expressions separated by an equal sign.

77% Answer Correctly

equation

problem

formula

expression


Solution

An equation is two expressions separated by an equal sign. The key to solving equations is to repeatedly do the same thing to both sides of the equation until the variable is isolated on one side of the equal sign and the answer on the other.


2

What is the circumference of a circle with a radius of 12?

71% Answer Correctly
15π
24π

Solution

The formula for circumference is circle diameter x π. Circle diameter is 2 x radius:

c = πd
c = π(2 * r)
c = π(2 * 12)
c = 24π


3

Simplify (2a)(9ab) + (2a2)(6b).

65% Answer Correctly
88ab2
-6ab2
-6a2b
30a2b

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.

(2a)(9ab) + (2a2)(6b)
(2 x 9)(a x a x b) + (2 x 6)(a2 x b)
(18)(a1+1 x b) + (12)(a2b)
18a2b + 12a2b
30a2b


4

Solve for z:
4z - 8 < 3 - 2z

55% Answer Correctly
z < 1
z < 1\(\frac{5}{6}\)
z < \(\frac{1}{6}\)
z < 3\(\frac{1}{2}\)

Solution

To solve this equation, repeatedly do the same thing to both sides of the equation until the variable is isolated on one side of the < sign and the answer on the other.

4z - 8 < 3 - 2z
4z < 3 - 2z + 8
4z + 2z < 3 + 8
6z < 11
z < \( \frac{11}{6} \)
z < 1\(\frac{5}{6}\)


5

Factor y2 - 8y + 15

54% Answer Correctly
(y - 5)(y + 3)
(y - 5)(y - 3)
(y + 5)(y + 3)
(y + 5)(y - 3)

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 15 as well and sum (Inside, Outside) to equal -8. For this problem, those two numbers are -5 and -3. Then, plug these into a set of binomials using the square root of the First variable (y2):

y2 - 8y + 15
y2 + (-5 - 3)y + (-5 x -3)
(y - 5)(y - 3)