ASVAB Math Knowledge Practice Test 985558 Results

Your Results Global Average
Questions 5 5
Correct 0 3.22
Score 0% 64%

Review

1

If c = -2 and y = -7, what is the value of 6c(c - y)?

68% Answer Correctly
140
176
-60
28

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.)

6c(c - y)
6(-2)(-2 + 7)
6(-2)(5)
(-12)(5)
-60


2

Factor y2 - 2y - 8

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

y2 - 2y - 8
y2 + (-4 + 2)y + (-4 x 2)
(y - 4)(y + 2)


3

If angle a = 51° and angle b = 45° what is the length of angle d?

56% Answer Correctly
132°
113°
129°
126°

Solution

An exterior angle of a triangle is equal to the sum of the two interior angles that are opposite:

d° = b° + c°

To find angle c, remember that the sum of the interior angles of a triangle is 180°:

180° = a° + b° + c°
c° = 180° - a° - b°
c° = 180° - 51° - 45° = 84°

So, d° = 45° + 84° = 129°

A shortcut to get this answer is to remember that angles around a line add up to 180°:

a° + d° = 180°
d° = 180° - a°
d° = 180° - 51° = 129°


4

The formula for the area of a circle is which of the following?

78% Answer Correctly

a = π r

a = π d

a = π r2

a = π d2


Solution

The circumference of a circle is the distance around its perimeter and equals π (approx. 3.14159) x diameter: c = π d. The area of a circle is π x (radius)2 : a = π r2.


5

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

65% Answer Correctly
-4ab2
4ab2
32a2b
-4a2b

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)(7b)
(2 x 9)(a x a x b) + (2 x 7)(a2 x b)
(18)(a1+1 x b) + (14)(a2b)
18a2b + 14a2b
32a2b