Answer:
15x - 4y =-50 -----(i)
3x - 2y=-16 --------(ii)
Using Substitution
From (i)
15x=4y-50
x=4y-50/15
Substitute x=4y-50/[15] into eqn (ii)
3x - 2y= -16
3[4y-50]/15 - 2y =-16
Multiply through by 15 to clear the fraction
3(4y - 50) - 30y=-240
12y - 150 -30y=-240
12y-30y=-240+150
-18y = -90
y=90/18
y=5.
Substitute into any eqn of choice to get x
3x - 2y=-16
3x - 2(5)=-16
3x - 10=-16
3x=-16+10
3x=-6
x=-6/3
x=-2.
x= -2
y=5
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
y=−3/5x−23/5
given the slope m of a line then the slope of a line
perpendicular to it is
Try 4.5 inches. You take 18, divide it by four you get 4.5. I divided by 4 because of the 1/4 inch by 1 foot. Minus 2 from 18, you get the next closest dividend of 4 and that's 16. 16 divided by 4 is 4. 2 are left over to make .5. you get 4.5
Answer:
58.33%
Step-by-step explanation:
is %
-------- = ---------
of 100
Just plug in the numbers based on what it tells you.
What % = goes in the % spot
of 60 = goes in the of spot
is 35 = goes in the is spot
35 x
--------- = ---------
60 100
Cross multiply:
60 * x = 60x 35 * 100 = 3500
60x = 3500
Divide by 60 to get x by itself.
3500 / 60 = 58.33
Put the percent sign after it:
58.33%
I hope this helps.