right 3 units down 5 units

right 3 units = (3,0)
down 5 units = (0,-5)
vertex = (h,k) therefore.

Then convert the vertex form into standard form for the equation in the choice.

Thus, the answer is B.
"Pedro has twice as many carrots as Martha:"
p = 2m
<span>
"If Pedro gives 5 carrots to Oliver,"
p - 5 (</span>Oliver is irrelevant.)<span>
"then Martha has 3 times as many carrots as Pedro"
</span>
m = 3(p - 5)
We know p in terms of m, so substitute it in:
m = 3(2m - 5)
Distribute the 3:
m = 6m - 15
Subtract 6m from both sides:
m-6m=-15
Combine variable terms:
-5m=-15
Divide out -5
m = -15/-5
m = 3
The answer is c) 3
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
Step-by-step explanation:
g(f(x)) = g(f(x)) +3(-5x +5 ) +8
= -15x + 15 + 8
= -15x + 23