Answer:
Step-by-step explanation:
This is an easy problem to work out, but a little hard to explain with just words and not a drawing.
Do you understand "scale"? As in a "map scale"? So many inches equals one mile or one kilometer?
If you were to draw this kitchen at "full scale" you'd need a really big piece of paper, right? 6m by 2m at least.
But that's not very helpful, so you "scale" it down. What if you divided each measurement by 2? Then your piece of paper would 'only' need to be 3m by 1m. Still too big though, right?
So cut each measurement in half again, and you're down to 1.5m by 0.5m. Getting better. What we just did there is a "scale of 1 to 4," often written as 1:4. (Cutting in half twice is 1/4th, or 1:4.)
But the problem specifies 1:40, so simply divide by 10 now, and you no longer need a piece of paper 1.5m x 0.5m, but only 0.15m (15cm) by 0.05m (5cm).
So on a piece of paper and draw a line 15cm long. That's the scaled graphical representation of the long side of Mai's kitchen. 6m in the real world is 600cm. Divide that by the "scaling factor" of 40 to get 15cm that you draw on your paper.
The other side of her rectangular kitchen scales down to 5cm. (200cm/40). So add that as the short leg, then complete the other two sides of the rectangle.
When they say to scale something down, simply divide all the dimensions by the scaling factor.
(If you were to scale up, you'd multiply by the scaling factor.)
B. 270° counterclockwise rotation around point G
C. reflection over segment CF
D. translation 2 units to the right
The correct answer for this question is A. 180° clockwise rotation around point G!!
Hope i helped look at file below:
f(r) = f(r – 1) + 3
Use the function to complete the table indicating the number of seats in each row for the first four rows of the theater.
Answer:
even tho this has nothing to do with the answer ;-;
Step-by-step explanation:First a definition: A Pythagorean Triple are three natural numbers 1 <= a <= b <= c, such that a2 + b2 = c2 holds. For example 3, 4, 5 is such a triple, since 32 + 42 = 9 + 16 = 25 = 52. While 2, 3, 4 is not such a triple, since 22 + 32 = 4 + 9 = 13 and 42 = 16. We note here that only natural numbers are considered, and thus 2, 3 can not be extended to Pythagorean triple (since 13 is not the square of some integer).
Now the question: Can we colour the natural numbers 1, 2, 3, ... with two colours, say blue and red, such that there is no monochromatic Pythagorean triple? In other words, is it possible to give every natural number one of the colours blue or red, such that for every Pythagorean triple a, b, c at least one of a, b, c is blue, and at least one of a, b, c is red ? We prove: The answer is No. That is easier to express positively: Whenever we colour the natural numbers blue or red, there must exist a monochromatic triple (one blue triple or one red triple).
More precisely we prove, using "bi-colouring" for colouring blue or red: 1) However we bi-colour the numbers 1, ..., 7825, there must exist a monochromatic Pythagorean triple. 2) While there exists a bi-colouring of 1, ..., 7824, such that no Pythagorean triple is monochromatic. Part 2) is relatively easy. Part 1) is the real hard thing -- every number from 1, ..., 7825 gets one of two possible colours, so altogether there are 27825 possible colourings, which all in a sense need to be considered, and need to be excluded. What is 27825? It is approximately 3.63 * 102355, that is, a number with 2356 decimal places. The number of particles in the universe is at most 10100, a tiny number with just 100 decimal places (in comparison).
Now let's perform real brute-force, running through all the possibilities, one after another: Even if we could place on every particle in the universe a super-computer, and they all would work perfectly together for the whole lifetime of the universe -- by far not enough. Even not if inside every particle we could place a whole universe. Even if each particle in the inner universe becomes again itself a universe, with every particle carrying a super-computer, still
by far not enough. Hope you get the idea -- the $100 we got wouldn't pay that energy bill.
Fortunately there comes SAT solving to the rescue, which actually is really good with such tasks -- it can solve some such task and even more monstrous tasks. Our ``brute-reasoning'' approach solved the problem and resulted into a 200 terabytes proof -- the largest math proof ever. Though we must emphasise that this is in no way guaranteed, and possibly it will take aeons! SAT solving uses propositional logic, in the special form of CNF (conjunctive normal form). Fortunately, in this case it is easy to represent our problem in this form.