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:
B 12
Step-by-step explanation:
- manuel ate 1/3X
- His brother ate 1/4X
- leftover is 5
- total is X
manuel+brother+leftover=X
x/3+x/4+5=x
7x+60/12=x
7x+60=12x
60=12x-7x
60=5x
x=60/5
x= 12
2 - 2 x 3 + 3
= 2 - 6 + 3
= -4 + 3
= -1
Answer:
y = 5
Step-by-step explanation:
Calculate the slope m using the slope formula
m = 
with (x₁, y₁ ) = (7, 5) and (x₂, y₂ ) = (- 9, 5)
m =
=
= 0
This means the line is horizontal and parallel to the x- axis with equation
y = c
where c is the value of the y- coordinates the line passes through.
The line passes through (7, 5) and (- 9, 5) with y- coordinates 5, thus
y = 5 ← equation of line