ASVAB Math Knowledge Practice Test 510038 Results

Your Results Global Average
Questions 5 5
Correct 0 3.10
Score 0% 62%

Review

1

On this circle, line segment CD is the:

46% Answer Correctly

circumference

radius

chord

diameter


Solution

A circle is a figure in which each point around its perimeter is an equal distance from the center. The radius of a circle is the distance between the center and any point along its perimeter. A chord is a line segment that connects any two points along its perimeter. The diameter of a circle is the length of a chord that passes through the center of the circle and equals twice the circle's radius (2r).


2

Simplify (y - 4)(y - 5)

63% Answer Correctly
y2 + y - 20
y2 - 9y + 20
y2 + 9y + 20
y2 - y - 20

Solution

To multiply binomials, use the FOIL method. FOIL stands for First, Outside, Inside, Last and refers to the position of each term in the parentheses:

(y - 4)(y - 5)
(y x y) + (y x -5) + (-4 x y) + (-4 x -5)
y2 - 5y - 4y + 20
y2 - 9y + 20


3

The dimensions of this cube are height (h) = 4, length (l) = 5, and width (w) = 5. What is the volume?

83% Answer Correctly
105
100
378
168

Solution

The volume of a cube is height x length x width:

v = h x l x w
v = 4 x 5 x 5
v = 100


4

Simplify (8a)(7ab) - (8a2)(7b).

62% Answer Correctly
b2
0a2b
112ab2
225a2b

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)(7ab) - (8a2)(7b)
(8 x 7)(a x a x b) - (8 x 7)(a2 x b)
(56)(a1+1 x b) - (56)(a2b)
56a2b - 56a2b
0a2b


5

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

58% Answer Correctly
4 or -7
1 or -2
2 or 1
1 or -3

Solution

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

b2 + 2b - 3 = 0
(b - 1)(b + 3) = 0

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

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

So the solution is that b = 1 or -3