ASVAB Math Knowledge Practice Test 850357 Results

Your Results Global Average
Questions 5 5
Correct 0 2.96
Score 0% 59%

Review

1

Which of the following statements about a triangle is not true?

58% Answer Correctly

perimeter = sum of side lengths

exterior angle = sum of two adjacent interior angles

area = ½bh

sum of interior angles = 180°


Solution

A triangle is a three-sided polygon. It has three interior angles that add up to 180° (a + b + c = 180°). An exterior angle of a triangle is equal to the sum of the two interior angles that are opposite (d = b + c). The perimeter of a triangle is equal to the sum of the lengths of its three sides, the height of a triangle is equal to the length from the base to the opposite vertex (angle) and the area equals one-half triangle base x height: a = ½ base x height.


2

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

63% Answer Correctly
32π
144π
96π
648π

Solution

The volume of a cylinder is πr2h:

v = πr2h
v = π(42 x 9)
v = 144π


3

On this circle, line segment AB is the:

71% Answer Correctly

circumference

chord

diameter

radius


Solution

A circle is a figure in which each point around its perimeter is an equal distance from the center. The radius of a circle is the distance between the center and any point along its perimeter. A chord is a line segment that connects any two points along its perimeter. The diameter of a circle is the length of a chord that passes through the center of the circle and equals twice the circle's radius (2r).


4

The endpoints of this line segment are at (-2, 7) and (2, -3). What is the slope-intercept equation for this line?

41% Answer Correctly
y = -2\(\frac{1}{2}\)x + 2
y = 3x + 3
y = -2\(\frac{1}{2}\)x + 0
y = -3x - 2

Solution

The slope-intercept equation for a line is y = mx + b where m is the slope and b is the y-intercept of the line. From the graph, you can see that the y-intercept (the y-value from the point where the line crosses the y-axis) is 2. 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, 7) and (2, -3) so the slope becomes:

m = \( \frac{\Delta y}{\Delta x} \) = \( \frac{(-3.0) - (7.0)}{(2) - (-2)} \) = \( \frac{-10}{4} \)
m = -2\(\frac{1}{2}\)

Plugging these values into the slope-intercept equation:

y = -2\(\frac{1}{2}\)x + 2


5

Simplify (y + 2)(y - 2)

64% Answer Correctly
y2 - 4y + 4
19
y2 - 4
y2 + 4y + 4

Solution

To multiply binomials, use the FOIL method. FOIL stands for First, Outside, Inside, Last and refers to the position of each term in the parentheses:

(y + 2)(y - 2)
(y x y) + (y x -2) + (2 x y) + (2 x -2)
y2 - 2y + 2y - 4
y2 - 4