The answer is 1 1/4 because 1/2 is equal to 2/4 and 2/4 + 3/4 = 5/4. 5/4 is equal to 1 1/4. Hope this helps!
Answer:
im sorry i dont know but this is for a challenge sorry
Step-by-step explanation:
(3+6)^2 + 3^3 =
9^2 + 3^3 =
81 + 27 =
108
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)
Y1 is the simplest parabola. Its vertex is at (0,0) and it passes thru (2,4). This is enough info to conclude that y1 = x^2.
y4, the lower red graph, is a bit more of a challenge. We can easily identify its vertex, which is (-4,0), and several points on the grah, such as (2,-3).
Let's try this: assume that the general equation for a parabola is
y-k = a(x-h)^2, where (h,k) is the vertex. Subst. the known values,
-3-(-4) = a(2-0)^2. Then 1 = a(2)^2, or 1 = 4a, or a = 1/4.
The equation of parabola y4 is y+4 = (1/4)x^2
Or you could elim. the fraction and write the eqn as 4y+16=x^2, or
4y = x^2-16, or y = (1/4)x - 4. Take your pick! Hope this helps you find "a" for the other parabolas.