ASVAB Math Knowledge Practice Test 175257 Results

Your Results Global Average
Questions 5 5
Correct 0 3.48
Score 0% 70%

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

2lw x 2wh + 2lh

h x l x w

lw x wh + lh

h2 x l2 x w2


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

Which of the following expressions contains exactly two terms?

81% Answer Correctly

polynomial

monomial

binomial

quadratic


Solution

A monomial contains one term, a binomial contains two terms, and a polynomial contains more than two terms.


3

What is 6a + 4a?

80% Answer Correctly
10
24a
10a
2a2

Solution

To combine like terms, add or subtract the coefficients (the numbers that come before the variables) of terms that have the same variable raised to the same exponent.

6a + 4a = 10a


4

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

68% Answer Correctly
9\( \sqrt{2} \)
\( \sqrt{2} \)
3\( \sqrt{2} \)
2\( \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{9} \) = 3

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 = 32 + 32
c2 = 18
c = \( \sqrt{18} \) = \( \sqrt{9 x 2} \) = \( \sqrt{9} \) \( \sqrt{2} \)
c = 3\( \sqrt{2} \)


5

Solve for a:
a2 - 8a + 2 = -2a - 3

48% Answer Correctly
3 or -2
8 or 8
1 or 5
1 or -9

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:

a2 - 8a + 2 = -2a - 3
a2 - 8a + 2 + 3 = -2a
a2 - 8a + 2a + 5 = 0
a2 - 6a + 5 = 0

Next, factor the quadratic equation:

a2 - 6a + 5 = 0
(a - 1)(a - 5) = 0

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

If (a - 1) = 0, a must equal 1
If (a - 5) = 0, a must equal 5

So the solution is that a = 1 or 5