ASVAB Math Knowledge Practice Test 525187 Results

Your Results Global Average
Questions 5 5
Correct 0 3.06
Score 0% 61%

Review

1

If side a = 4, side b = 8, what is the length of the hypotenuse of this right triangle?

64% Answer Correctly
\( \sqrt{98} \)
\( \sqrt{74} \)
\( \sqrt{113} \)
\( \sqrt{80} \)

Solution

According to the Pythagorean theorem, the hypotenuse squared is equal to the sum of the two perpendicular sides squared:

c2 = a2 + b2
c2 = 42 + 82
c2 = 16 + 64
c2 = 80
c = \( \sqrt{80} \)


2

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

82% Answer Correctly
160
54
3
48

Solution

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

v = h x l x w
v = 5 x 4 x 8
v = 160


3

Factor y2 + 7y - 18

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

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 7. For this problem, those two numbers are -2 and 9. Then, plug these into a set of binomials using the square root of the First variable (y2):

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


4

Solve for c:
8c + 9 = -9 - 5c

59% Answer Correctly
-2\(\frac{1}{2}\)
-\(\frac{4}{9}\)
-1
-1\(\frac{5}{13}\)

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 equal sign and the answer on the other.

8c + 9 = -9 - 5c
8c = -9 - 5c - 9
8c + 5c = -9 - 9
13c = -18
c = \( \frac{-18}{13} \)
c = -1\(\frac{5}{13}\)


5

Solve for y:
y2 - 7y + 4 = 2y - 4

48% Answer Correctly
8 or -7
1 or 8
5 or -7
7 or -4

Solution

The first step to solve a quadratic expression that's not set to zero is to solve the equation so that it is set to zero:

y2 - 7y + 4 = 2y - 4
y2 - 7y + 4 + 4 = 2y
y2 - 7y - 2y + 8 = 0
y2 - 9y + 8 = 0

Next, factor the quadratic equation:

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

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

If (y - 1) = 0, y must equal 1
If (y - 8) = 0, y must equal 8

So the solution is that y = 1 or 8