Answer:
length is 7.5 and width is 4.5
Step-by-step explanation:
Its given that perimeter of the triangle is 24 units.
The condition is that length is 3 units more than the width.
l=w+3;
Formula for perimeter is 2(l+w).
so ,
2(w+w+3)=24,
2w+3=12,
w=4.5,
l=w+3=7.5
Hence for the given conditions length is 7.5 and width is 4.5.
What is your level at school? I want to help you through the answers
Answer:
(0, 3)
Step-by-step explanation:
The y-intercept of any function can generally be defined as:
, since the y-intercept is when the function crosses the y-axis.
Anywhere on the y-axis, the x-value = 0, so the x value of the y-intercept will always be 0, and the y value is f(0), since x=0.
By looking at the graph it appears to intercept the y-axis at (0, 3) which should be the answer
Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.