ASVAB Math Knowledge Practice Test 565313 Results

Your Results Global Average
Questions 5 5
Correct 0 3.05
Score 0% 61%

Review

1

Factor y2 + 16y + 64

53% Answer Correctly
(y + 8)(y - 8)
(y - 8)(y - 8)
(y + 8)(y + 8)
(y - 8)(y + 8)

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

y2 + 16y + 64
y2 + (8 + 8)y + (8 x 8)
(y + 8)(y + 8)


2

What is 9a3 - 6a3?

73% Answer Correctly
3a6
3a3
3
15

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.

9a3 - 6a3 = 3a3


3

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

49% Answer Correctly

the area of a parallelogram is base x height

a parallelogram is a quadrilateral

the perimeter of a parallelogram is the sum of the lengths of all sides

opposite sides and adjacent angles are equal


Solution

A parallelogram is a quadrilateral with two sets of parallel sides. Opposite sides (a = c, b = d) and angles (red = red, blue = blue) are equal. The area of a parallelogram is base x height and the perimeter is the sum of the lengths of all sides (a + b + c + d).


4

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

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

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 = 72 + 72
c2 = 98
c = \( \sqrt{98} \) = \( \sqrt{49 x 2} \) = \( \sqrt{49} \) \( \sqrt{2} \)
c = 7\( \sqrt{2} \)


5

Simplify (y + 4)(y - 4)

62% Answer Correctly
y2 - 16
y2 - 8y + 16
19
y2 + 8y + 16

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 + 4)(y - 4)
(y x y) + (y x -4) + (4 x y) + (4 x -4)
y2 - 4y + 4y - 16
y2 - 16