In this section we are going to see how knowledge of some fairly simple graphs can help us graph some more complicated graphs. Collectively the methods we’re going to be looking at in this section are called transformations.
Vertical Shifts
The first transformation we’ll look at is a vertical shift.
12/6 + 2/3 + 3/4
MMC of 6, 3 and 4 is 12
So 24+8+9/12 = 41/12 = 3,41 approximately.
Use combination
There are 4 queen cards in a deck of 52 cards
Probability = 4C2 / 52C2
I calculate 4C2 first
4C2 = 4! / (2! 2!)
4C2 = (4 × 3 × 2 × 1) / (2 × 1 × 2 × 1)
4C2 = 6
Then I calculate 52C2
52C2 = 52! / (50! 2!)
52C2 = (52 × 51)/2
52C2 = 1.326
Hence, the probability is
Probability = 4C2 / 52C2
Probability = 6/1,326
Probability = 1/221
Is this all the problem wants ?
Answer:
a = 6/5
b = 7/8
c = 1/5
Step-by-step explanation:
We want to make two of these equations be in terms of the same variable, so let's solve the first and third in terms of b.
5a-24b=-15 -> -3 + 24b/5 = a
48b+35c = 49 -> 49/35 - 48b/35 = 7/5 - 48b/35 = c
Now we can replace the a and c in the second equation and solve for b.
10a+45c=21
10(-3+24b/5)+45(7/5 - 48b/35) = 21
-30 + 48b + 63 - 432b/7 = 21 -> -12 = -96b/7 -> b=7/8
Now we can plug b back into the other two to solve for a and c. I will leave that to you unless you would like the steps there.