Answer:
<u>1</u> would be your y axis
Step-by-step explanation:
1. so the y axis is up and down
2. the x axis is horizontal side to side
3. the x axis is 0
4. the y axis is positive 1
5. So your anwser would be in the format (x,y)
6. It is (0,<u>1</u>)
7. It is positive
8. Plz name me brainliest I would really appreciate it if you need more help just ask me
Thank You
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:
55
Step-by-step explanation:
To solve the expression,
substitute n = 500 and simplify according to order of operations.
![\sqrt[3]{\frac{500}{4} } + \frac{500}{10}\\\\\sqrt[3]{125}+50\\ 5+50\\\\55](https://tex.z-dn.net/?f=%5Csqrt%5B3%5D%7B%5Cfrac%7B500%7D%7B4%7D%20%7D%20%2B%20%5Cfrac%7B500%7D%7B10%7D%5C%5C%5C%5C%5Csqrt%5B3%5D%7B125%7D%2B50%5C%5C%205%2B50%5C%5C%5C%5C55)
Answer:
1. 
2. 
Step-by-step explanation:
1. 8 = 4 * 2; 10 = 5 * 2; 18 = 9 * 2....
2. 4 = 1 * 3 + 1; 7 = 2 * 3 + 1; 10 = 3 * 3 + 1....
For this case we must find the quotient of the following expression:

By definition of power properties we have:

Rewriting the expression we have:

By definition of multiplication of powers of the same base we have to put the same base and add the exponents:

Answer:
