Answer:

Step-by-step explanation:
Given the function:

To find:
The value of
= ?
Solution:
means the values of
as:

Let us put the given values in the given function and let us solve for it:

Therefore, the answer is:

the ladder leaning against the wall has slope 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
The lines that are the directrices of the ellipse is B. x = −3.25 and x = 9.25.
<h3>How to calculate the ellipse? </h3>
From the information given, the equation of parabola will be:
= (x - 3)²/5² + (y - 2)²/3² = 1
Hence, h = 3, k = 2, a = 5, b = 3
e = ✓1 - ✓3²/5²
E = 4/5 = 0.8
The directix will be:
x = 3 + 5/0.8
x = 9.25
x = 3 - 5/0.8
x = -3.25
Therefore, lines that are the directrices of the ellipse is x = −3.25 and x = 9.25.
Learn more about ellipse on:
brainly.com/question/16904744