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 value of a is 10.
Step-by-step explanation:
We are given with the following pair of the linear system of equations below;
and
.
Also, the solution is given as (a, -1).
To find the value of 'a', we have to substitute the solution in the equation because it is stated that (a, -1) is the solution of the given two equations.
So, the x coordinate value of the solution is a and the y coordinate value of the solution is (-1).
First, taking the equation;
Put the value of x = a and y = -1;
(-1) = -(a) + 9
a = 9 + 1 = 10
Now, taking the second equation;

Put the value of x = a and y = -1;

0.5a = 6 - 1
0.5a = 5
a = 10
Since we get the value of a = 10 from the equations, so the value of a is 10.
Answer: each tomato is $3.31
Step-by-step explanation:
A. 6x-y=1 can go to 6x-y-1=0 and then 6x-1 = y
Answer:
k = 575
Step-by-step explanation:
let d be distance and h time.
Given d varies directly as h then the equation relating them is
d = kh ← k is the constant of variation
To find k use the condition d = 2875, h = 5, then
2875 = 5k ( divide both sides by 5 )
k = 575