5 times5 is the one 5 times itself is 25 hents 25
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 equation is 40/12=3 1/3
X divided by two is 5
So you multiply 5 and 2 to get 10. Therefore x equals 10
Answer:
The first four terms are;
w(x)= 4 + 2x² - ⁵/₆x⁴+ ¹¹/₃₆x⁶ +......
Step-by-step Explanation:
This is the interpretation of the question
w″ + 3xw′ -w=0
W(0)=4
W′(0)=0
CHECK THE ATTACHMENT FOR STEP BY STEP EXPLANATION