ASVAB Math Knowledge Practice Test 545042 Results

Your Results Global Average
Questions 5 5
Correct 0 3.16
Score 0% 63%

Review

1

Find the value of c:
-7c + z = -1
-6c + 8z = 8

42% Answer Correctly
\(\frac{49}{57}\)
\(\frac{17}{32}\)
\(\frac{3}{26}\)
\(\frac{8}{25}\)

Solution

You need to find the value of c so solve the first equation in terms of z:

-7c + z = -1
z = -1 + 7c

then substitute the result (-1 - -7c) into the second equation:

-6c + 8(-1 + 7c) = 8
-6c + (8 x -1) + (8 x 7c) = 8
-6c - 8 + 56c = 8
-6c + 56c = 8 + 8
50c = 16
c = \( \frac{16}{50} \)
c = \(\frac{8}{25}\)


2

Simplify (4a)(7ab) + (5a2)(5b).

65% Answer Correctly
3a2b
3ab2
110a2b
53a2b

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.

(4a)(7ab) + (5a2)(5b)
(4 x 7)(a x a x b) + (5 x 5)(a2 x b)
(28)(a1+1 x b) + (25)(a2b)
28a2b + 25a2b
53a2b


3

What is 6a + 2a?

81% Answer Correctly
12a2
8a
4a2
8a2

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.

6a + 2a = 8a


4

The formula for the area of a circle is which of the following?

77% Answer Correctly

a = π r

a = π d

a = π r2

a = π d2


Solution

The circumference of a circle is the distance around its perimeter and equals π (approx. 3.14159) x diameter: c = π d. The area of a circle is π x (radius)2 : a = π r2.


5

Solve for y:
y2 + 8y + 8 = y - 2

48% Answer Correctly
7 or -3
8 or -5
6 or 5
-2 or -5

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 + 8y + 8 = y - 2
y2 + 8y + 8 + 2 = y
y2 + 8y - y + 10 = 0
y2 + 7y + 10 = 0

Next, factor the quadratic equation:

y2 + 7y + 10 = 0
(y + 2)(y + 5) = 0

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

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

So the solution is that y = -2 or -5