ASVAB Math Knowledge Practice Test 53647 Results

Your Results Global Average
Questions 5 5
Correct 0 2.76
Score 0% 55%

Review

1

The dimensions of this cube are height (h) = 4, length (l) = 1, and width (w) = 7. What is the surface area?

51% Answer Correctly
146
202
58
78

Solution

The surface area of a cube is (2 x length x width) + (2 x width x height) + (2 x length x height):

sa = 2lw + 2wh + 2lh
sa = (2 x 1 x 7) + (2 x 7 x 4) + (2 x 1 x 4)
sa = (14) + (56) + (8)
sa = 78


2

Solve for c:
-4c - 8 < \( \frac{c}{3} \)

44% Answer Correctly
c < -1\(\frac{20}{43}\)
c < -\(\frac{9}{17}\)
c < \(\frac{1}{4}\)
c < -1\(\frac{11}{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 < sign and the answer on the other.

-4c - 8 < \( \frac{c}{3} \)
3 x (-4c - 8) < c
(3 x -4c) + (3 x -8) < c
-12c - 24 < c
-12c - 24 - c < 0
-12c - c < 24
-13c < 24
c < \( \frac{24}{-13} \)
c < -1\(\frac{11}{13}\)


3

The dimensions of this cylinder are height (h) = 3 and radius (r) = 3. What is the surface area?

48% Answer Correctly
48π
324π
16π
36π

Solution

The surface area of a cylinder is 2πr2 + 2πrh:

sa = 2πr2 + 2πrh
sa = 2π(32) + 2π(3 x 3)
sa = 2π(9) + 2π(9)
sa = (2 x 9)π + (2 x 9)π
sa = 18π + 18π
sa = 36π


4

If a = c = 5, b = d = 1, what is the area of this rectangle?

80% Answer Correctly
12
10
5
35

Solution

The area of a rectangle is equal to its length x width:

a = l x w
a = a x b
a = 5 x 1
a = 5


5

Factor y2 - 13y + 40

54% Answer Correctly
(y - 8)(y - 5)
(y + 8)(y + 5)
(y - 8)(y + 5)
(y + 8)(y - 5)

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

y2 - 13y + 40
y2 + (-8 - 5)y + (-8 x -5)
(y - 8)(y - 5)