ASVAB Arithmetic Reasoning Practice Test 519009 Results

Your Results Global Average
Questions 5 5
Correct 0 3.30
Score 0% 66%

Review

1

a(b + c) = ab + ac defines which of the following?

74% Answer Correctly

distributive property for division

commutative property for multiplication

distributive property for multiplication

commutative property for division


Solution

The distributive property for multiplication helps in solving expressions like a(b + c). It specifies that the result of multiplying one number by the sum or difference of two numbers can be obtained by multiplying each number individually and then totaling the results: a(b + c) = ab + ac. For example, 4(10-5) = (4 x 10) - (4 x 5) = 40 - 20 = 20.


2

A menswear store is having a sale: "Buy one shirt at full price and get another shirt for 20% off." If Bob buys two shirts, each with a regular price of $14, how much will he pay for both shirts?

57% Answer Correctly
$2.80
$18.20
$11.20
$25.20

Solution

By buying two shirts, Bob will save $14 x \( \frac{20}{100} \) = \( \frac{$14 x 20}{100} \) = \( \frac{$280}{100} \) = $2.80 on the second shirt.

So, his total cost will be
$14.00 + ($14.00 - $2.80)
$14.00 + $11.20
$25.20


3

If a mayor is elected with 73% of the votes cast and 78% of a town's 28,000 voters cast a vote, how many votes did the mayor receive?

49% Answer Correctly
11,794
19,438
15,943
12,886

Solution

If 78% of the town's 28,000 voters cast ballots the number of votes cast is:

(\( \frac{78}{100} \)) x 28,000 = \( \frac{2,184,000}{100} \) = 21,840

The mayor got 73% of the votes cast which is:

(\( \frac{73}{100} \)) x 21,840 = \( \frac{1,594,320}{100} \) = 15,943 votes.


4

How many 13-passenger vans will it take to drive all 91 members of the football team to an away game?

81% Answer Correctly
8 vans
5 vans
7 vans
6 vans

Solution

Calculate the number of vans needed by dividing the number of people that need transported by the capacity of one van:

vans = \( \frac{91}{13} \) = 7


5

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

69% Answer Correctly
23
30
34
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