ASVAB Arithmetic Reasoning Practice Test 155195 Results

Your Results Global Average
Questions 5 5
Correct 0 2.99
Score 0% 60%

Review

1

What is 8a6 - 3a6?

71% Answer Correctly
5a-6
-5a6
5a6
-5a-6

Solution

To add or subtract terms with exponents, both the base and the exponent must be the same. In this case they are so subtract the coefficients and retain the base and exponent:

8a6 - 3a6
(8 - 3)a6
5a6


2

If \( \left|c - 4\right| \) - 7 = -1, which of these is a possible value for c?

62% Answer Correctly
21
-2
5
-15

Solution

First, solve for \( \left|c - 4\right| \):

\( \left|c - 4\right| \) - 7 = -1
\( \left|c - 4\right| \) = -1 + 7
\( \left|c - 4\right| \) = 6

The value inside the absolute value brackets can be either positive or negative so (c - 4) must equal + 6 or -6 for \( \left|c - 4\right| \) to equal 6:

c - 4 = 6
c = 6 + 4
c = 10
c - 4 = -6
c = -6 + 4
c = -2

So, c = -2 or c = 10.


3

If the ratio of home fans to visiting fans in a crowd is 3:1 and all 47,000 seats in a stadium are filled, how many home fans are in attendance?

50% Answer Correctly
22,667
35,250
40,833
33,750

Solution

A ratio of 3:1 means that there are 3 home fans for every one visiting fan. So, of every 4 fans, 3 are home fans and \( \frac{3}{4} \) of every fan in the stadium is a home fan:

47,000 fans x \( \frac{3}{4} \) = \( \frac{141000}{4} \) = 35,250 fans.


4

What is the next number in this sequence: 1, 3, 7, 13, 21, __________ ?

69% Answer Correctly
38
29
22
31

Solution

The equation for this sequence is:

an = an-1 + 2(n - 1)

where n is the term's order in the sequence, an is the value of the term, and an-1 is the value of the term before an. This makes the next number:

a6 = a5 + 2(6 - 1)
a6 = 21 + 2(5)
a6 = 31


5

If a rectangle is twice as long as it is wide and has a perimeter of 18 meters, what is the area of the rectangle?

47% Answer Correctly
72 m2
8 m2
18 m2
2 m2

Solution

The area of a rectangle is width (w) x height (h). In this problem we know that the rectangle is twice as long as it is wide so h = 2w. The perimeter of a rectangle is 2w + 2h and we know that the perimeter of this rectangle is 18 meters so the equation becomes: 2w + 2h = 18.

Putting these two equations together and solving for width (w):

2w + 2h = 18
w + h = \( \frac{18}{2} \)
w + h = 9
w = 9 - h

From the question we know that h = 2w so substituting 2w for h gives us:

w = 9 - 2w
3w = 9
w = \( \frac{9}{3} \)
w = 3

Since h = 2w that makes h = (2 x 3) = 6 and the area = h x w = 3 x 6 = 18 m2