First we calculate how many ways you can choose four books from a set of eight.
We use the formula n! / [r! * (n-r)!]
8! / [4! * 4!]
= 8*7*6*5 / 4*3*2*1 = 70 ways
Then we have to calculate how many permutations can be made from 4 objects which equals 4*3*2*1 = 24
So, the TOTAL number of ways = 70 * 24 = 1,680
C. 60: 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, and 60
1,000: 1, 2, 4, 5, 8, 10, 20, 25, 40, 50, 100, 125, 200, 250, 500, 1000
Now we find the common numbers. One doesn’t count as when multiplied later on, it will not change anything.
60: 2, 4, 5, 10, 20
1,000: 2, 4, 5, 10, 20
The highest common factor is 20 because it’s, well, the highest number.
D. Do the same thing for D.
24: 1, 2, 3, 4, 6, 8, 12, 24
880: 1, 2, 4, 5, 8, 10, 11, 16, 20, 22, 40, 44, 55, 80, 88, 110, 176, 220, 440, 880
20 and 880: 2, 4, 8
8 is the Highest Common Factor.
E. Do the same thing with E.
90: 1, 2, 3, 5, 6, 9, 10, 15, 18, 30, 45, 90
1,000: 1, 2, 4, 5, 8, 10, 20, 25, 40, 50, 100, 125, 200, 250, 500, 1000
90 and 1000: 2, 5, 10
10 is the Highest Common Factor.
When ever you have percentages, it should be helpful to bear in mind you can express them as multipliers. In this case, it will be helpful.
So, if we let:
a = test score
b = target score
then, using the information given:
a = 1.1b + 1
a = 1.15b - 3
and we get simultaneous equations.
'1.1' and '1.15' are the multipliers that I got using the percentages. Multiplying a value by 1.1 is the equivalent of increasing the value by 10%. If you multiplied it by 0.1 (which is the same as dividing by 10), you would get just 10% of the value.
Back to the simultaneous equations, we can just solve them now:
There are a number of ways to do this but I will use my preferred method:
Rearrange to express in terms of b:
a = 1.1b + 1
then b = (a - 1)/1.1
a = 1.15b - 3
then b = (a + 3)/1.15
Since they are both equal to b, they are of the same value so we can set them equal to each other and solve for a:
(a - 1)/1.1 = (a + 3)/1.15
1.15 * (a - 1) = 1.1 * (a + 3)
1.15a - 1.15 = 1.1a + 3.3
0.05a = 4.45
a = 89