ASVAB Math Knowledge Practice Test 104580 Results

Your Results Global Average
Questions 5 5
Correct 0 3.20
Score 0% 64%

Review

1

Which of the following is not required to define the slope-intercept equation for a line?

42% Answer Correctly

\({\Delta y \over \Delta x}\)

slope

y-intercept

x-intercept


Solution

A line on the coordinate grid can be defined by a slope-intercept equation: y = mx + b. For a given value of x, the value of y can be determined given the slope (m) and y-intercept (b) of the line. The slope of a line is change in y over change in x, \({\Delta y \over \Delta x}\), and the y-intercept is the y-coordinate where the line crosses the vertical y-axis.


2

The dimensions of this cylinder are height (h) = 4 and radius (r) = 4. What is the volume?

62% Answer Correctly
27π
64π
324π

Solution

The volume of a cylinder is πr2h:

v = πr2h
v = π(42 x 4)
v = 64π


3

Simplify 6a x 6b.

86% Answer Correctly
36\( \frac{b}{a} \)
36\( \frac{a}{b} \)
36a2b2
36ab

Solution

To multiply monomials, multiply the coefficients (the numbers that come before the variables) of each term, add the exponents of like variables, and multiply the different variables together.

6a x 6b = (6 x 6) (a x b) = 36ab


4

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

83% Answer Correctly
40
162
504
48

Solution

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

v = h x l x w
v = 7 x 8 x 9
v = 504


5

Solve for y:
y2 + 3y - 6 = 5y + 2

48% Answer Correctly
5 or -2
-2 or 4
5 or -8
9 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:

y2 + 3y - 6 = 5y + 2
y2 + 3y - 6 - 2 = 5y
y2 + 3y - 5y - 8 = 0
y2 - 2y - 8 = 0

Next, factor the quadratic equation:

y2 - 2y - 8 = 0
(y + 2)(y - 4) = 0

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

If (y + 2) = 0, y must equal -2
If (y - 4) = 0, y must equal 4

So the solution is that y = -2 or 4