ASVAB Math Knowledge Practice Test 939512 Results

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

Review

1

The formula for volume of a cube in terms of height (h), length (l), and width (w) is which of the following?

67% Answer Correctly

h x l x w

lw x wh + lh

h2 x l2 x w2

2lw x 2wh + 2lh


Solution

A cube is a rectangular solid box with a height (h), length (l), and width (w). The volume is h x l x w and the surface area is 2lw x 2wh + 2lh.


2

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

63% Answer Correctly
\( \sqrt{20} \)
\( \sqrt{41} \)
\( \sqrt{10} \)
\( \sqrt{8} \)

Solution

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

c2 = a2 + b2
c2 = 22 + 22
c2 = 4 + 4
c2 = 8
c = \( \sqrt{8} \)


3

If the area of this square is 25, what is the length of one of the diagonals?

68% Answer Correctly
4\( \sqrt{2} \)
3\( \sqrt{2} \)
5\( \sqrt{2} \)
8\( \sqrt{2} \)

Solution

To find the diagonal we need to know the length of one of the square's sides. We know the area and the area of a square is the length of one side squared:

a = s2

so the length of one side of the square is:

s = \( \sqrt{a} \) = \( \sqrt{25} \) = 5

The Pythagorean theorem defines the square of the hypotenuse (diagonal) of a triangle with a right angle as the sum of the squares of the other two sides:

c2 = a2 + b2
c2 = 52 + 52
c2 = 50
c = \( \sqrt{50} \) = \( \sqrt{25 x 2} \) = \( \sqrt{25} \) \( \sqrt{2} \)
c = 5\( \sqrt{2} \)


4

If AD = 13 and BD = 11, AB = ?

75% Answer Correctly
7
3
2
9

Solution

The entire length of this line is represented by AD which is AB + BD:

AD = AB + BD

Solving for AB:

AB = AD - BD
AB = 13 - 11
AB = 2


5

Solve for z:
z2 - 11z + 5 = -5z - 3

48% Answer Correctly
3 or 1
6 or -3
2 or 4
-5 or -7

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:

z2 - 11z + 5 = -5z - 3
z2 - 11z + 5 + 3 = -5z
z2 - 11z + 5z + 8 = 0
z2 - 6z + 8 = 0

Next, factor the quadratic equation:

z2 - 6z + 8 = 0
(z - 2)(z - 4) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, either (z - 2) or (z - 4) must equal zero:

If (z - 2) = 0, z must equal 2
If (z - 4) = 0, z must equal 4

So the solution is that z = 2 or 4