Answer:
Step-by-step explanation:
1. -7 = w + 5
w = -12
(-12 + 5 = -7)
2. -4p + 38 = 10
-38 -38
-4p = -28
/-4 /-4
p = 7
3. -3 1/2 = -1 1/4b
/1.25 /1.25
-2 4/5 = -b
2 4/5 = b
or
2.8 = 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
So remember the formula for working out the slope:
(y2 - y1) ÷ (x2 - x1)
We already know two points:
(11, 5) and (20, 5) (Remember points are like (x, y)
Therefore y2 = 5 and y1 = 5 and x2 = 20 and x1 = 11
Substitute these into the formula from the start:
(y2 - y1) ÷ (x2 - x1)
(5 - 5) ÷ (20 - 11)
0 ÷ 9
And we can determine the slope is equal to 0 as 0 ÷ 9 = 0
Answer:
it is 45 because a triangle with tow sides are same
Answer:
263,870
Step-by-step explanation: