Make denomenators the same
times left denomenator by (x+3)/(x+3) and right one by (x-9)/(x-9)

=

=

=

if expandded we get
The answer to your questions is 224. I hope this helped! Good luck on anymore tests and questions.
Answer:
okay let's start
Step-by-step explanation:

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:
24/45 - 45/51
Step-by-step explanation:
Tangent can be expressed as opposite/adjacent. So, create a right triangle with one leg = 24 and the other = 45. The hypotenuse is 51 by the Pythagorean theorem. Cosine is adjacent/hypotenuse, so it would be 45/51.