Something that I’m not sure how to answer f(x) 16362
Answer:
B
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:
6 3/4x
Step-by-step explanation:
If you follow PEMDAS (Parenthesis, Exponent, Multiply, Divide, Add, Subtract) then you do what is inside the parenthesis first.
3 1/2 divided by 2= 1 3/4
1 3/4 plus 5= 6 3/5
Then, you add the x and since there is no other variable like x, then you just leave it with 6 3/4.
Hope that helped! :)
<span> f(x)=4x^8+7x^7+1x^6+
</span>∴<span> f(-2)=4(-2)^8+7(-2)^7+1(-2)^6+1
</span>∴ <span>f(-2)=(4x256) + (7x-128) + (1x64) +1
</span>∴ <span>f(-2)=1024 - 896 + 64 +1
</span>∴ <span>f(-2)= 193</span>