ASVAB Arithmetic Reasoning Practice Test 309319 Results

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

Review

1

On average, the center for a basketball team hits 25% of his shots while a guard on the same team hits 40% of his shots. If the guard takes 15 shots during a game, how many shots will the center have to take to score as many points as the guard assuming each shot is worth the same number of points?

42% Answer Correctly
24
13
11
23

Solution
If the guard hits 40% of his shots and takes 15 shots he'll make:

guard shots made = shots taken x \( \frac{\text{% made}}{100} \) = 15 x \( \frac{40}{100} \) = \( \frac{40 x 15}{100} \) = \( \frac{600}{100} \) = 6 shots

The center makes 25% of his shots so he'll have to take:

shots made = shots taken x \( \frac{\text{% made}}{100} \)
shots taken = \( \frac{\text{shots taken}}{\frac{\text{% made}}{100}} \)

to make as many shots as the guard. Plugging in values for the center gives us:

center shots taken = \( \frac{6}{\frac{25}{100}} \) = 6 x \( \frac{100}{25} \) = \( \frac{6 x 100}{25} \) = \( \frac{600}{25} \) = 24 shots

to make the same number of shots as the guard and thus score the same number of points.


2

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.


3

This property states taht the order of addition or multiplication does not mater. For example, 2 + 5 and 5 + 2 are equivalent.

60% Answer Correctly

distributive

associative

commutative

PEDMAS


Solution

The commutative property states that, when adding or multiplying numbers, the order in which they're added or multiplied does not matter. For example, 3 + 4 and 4 + 3 give the same result, as do 3 x 4 and 4 x 3.


4

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

49% Answer Correctly
3,488
3,978
4,345
4,162

Solution

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

(\( \frac{51}{100} \)) x 12,000 = \( \frac{612,000}{100} \) = 6,120

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

(\( \frac{68}{100} \)) x 6,120 = \( \frac{416,160}{100} \) = 4,162 votes.


5

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

69% Answer Correctly
40
33
28
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