ASVAB Math Knowledge Practice Test 305463 Results

Your Results Global Average
Questions 5 5
Correct 0 2.70
Score 0% 54%

Review

1

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

51% Answer Correctly
292
288
80
246

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 3 x 9) + (2 x 9 x 8) + (2 x 3 x 8)
sa = (54) + (144) + (48)
sa = 246


2

For this diagram, the Pythagorean theorem states that b2 = ?

47% Answer Correctly

a2 - c2

c - a

c2 + a2

c2 - a2


Solution

The Pythagorean theorem defines the relationship between the side lengths of a right triangle. The length of the hypotenuse squared (c2) is equal to the sum of the two perpendicular sides squared (a2 + b2): c2 = a2 + b2 or, solved for c, \(c = \sqrt{a + b}\)


3

The endpoints of this line segment are at (-2, -6) and (2, 0). What is the slope of this line?

46% Answer Correctly
-1\(\frac{1}{2}\)
-3
3
1\(\frac{1}{2}\)

Solution

The slope of this line is the change in y divided by the change in x. The endpoints of this line segment are at (-2, -6) and (2, 0) so the slope becomes:

m = \( \frac{\Delta y}{\Delta x} \) = \( \frac{(0.0) - (-6.0)}{(2) - (-2)} \) = \( \frac{6}{4} \)
m = 1\(\frac{1}{2}\)


4

A(n) __________ is two expressions separated by an equal sign.

76% Answer Correctly

formula

equation

expression

problem


Solution

An equation is two expressions separated by an equal sign. The key to solving equations is to 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.


5

Solve for b:
b2 - 3b - 6 = b - 1

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

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:

b2 - 3b - 6 = b - 1
b2 - 3b - 6 + 1 = b
b2 - 3b - b - 5 = 0
b2 - 4b - 5 = 0

Next, factor the quadratic equation:

b2 - 4b - 5 = 0
(b + 1)(b - 5) = 0

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

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

So the solution is that b = -1 or 5