The formula for the area is length times width, so for question 17, multiply those two numbers together.
If he drives 9 miles to work per day and works 5 days a week, you would need to get the total of miles per week. Then, once you do, multiply that number by 52.
Answer:
I think that you need to add obvoiusly.
12351 Thats what I got. But Im not sure if its correct. I hope his helps
Step-by-step explanation:
Answer:
1 minute
Step-by-step explanation:
We can see that Lisa types 165 words in 3 mins.
So she types 55 words in 1 minute.
How did I work that out?
Well, all you really do is
which is equal to
if you divide top and bottom by 3. Anything divided by 1 is itself.
Answer:
1/2= slope
-3= y-intercept
Step-by-step explanation:
According to the formula, y=mx-b:
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