The price increase was $12.
60
x 0.2
---------
12
Hope this helped!
Answer:
Let x = number of gate tickets, ($1.50)
:
Since there were 600 tickets sold, let (600-x) = the $1 tickets
:
1.50 tickets + $1 tickets = $700
:
1.5x + 1(600 - x) = 700
1.5x - x = 700 - 600
.5x = 100
x = 100/.5
x = 200 ea 1.50 tickets sold at the gate
;
;
Check: there were 600 - 200 = 400 ea $1 tickets sold
1.50(200) + 1(400) = $700
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:
The answer is B.
Step-by-step explanation:
From the interval -6 < x < 0, the line is straight which is linear equation. The line shows its going down so it will be decreasing gradient.