Answer:
-4x<16 the sign flips if you divide by a negative
Step-by-step explanation:
4x<-16
x<-4
but
-4x<16
x>-4
The solution of the equation is x= 3 and y = 2
Step-by-step explanation:
Given,
-3x-4y = -17 and
-x-3y = -9
The system of equation can be rewritten as
3x+4y = 17 ------eq 1 and
x+3y = 9 ------ eq 2
To solve for x and y
Multiplying eq 2 by 3 we get,
3x + 9y = 27
or, 3x = 27-9y
Putting this value of x into eq 1 we get,
27-9y +4y = 17
or, -5y = 17-27
or, -5y = -10
or, y = 2
Now put y=2 in eq 2 we get,
x = 9 - 3(2)
= 3
Hence the solution is x = 3 and y = 2
Answer:
9
Step-by-step explanation:
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
Well assuming that this would be a typical triangle, and not a right angle one, knowing that the sum of all sides adds up to 180 degrees, simply add all of the expressions and one value and make it equal to 180, and then solve for x.
(6x-1) + (X+14) + 20 = 180
6x - 1 + X + 14 = 160
7x - 1 + 14 = 160
7x + 13 = 160
7x = 147
X = 21.
Now solve for the angles by plugging in X.
A = 6x - 1 = 6(21) - 1 = 125 degrees
C = X + 14 = (21) + 14 = 35 degrees.
I believe these are the solutions.