Answer:
1/12 of a mile.
Step-by-step explanation:
1. Find a common denominator. In this instance, we can use the denominator of 12 because both 3 and 4 are multiples of 12.
2. Multiply each fraction (numerator and denominator) to convert them.
1/3(4/4) = 4/12
1/4(3/3) = 3/12
3. Subtract.
4/12-3/12 = 1/12
Answer:
a job, chores, doing good
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
Since this is a parallelogram and the angles are adjacent to one another, a theorem will prove that the sum of these two angles would equal 180°
Therefore, we can set up this equation:
(2x + 24) + x = 180 ⇒ Remove parentheses
2x + 24 + x = 180 ⇒ Combine like terms
3x + 24 = 180 ⇒ Subtract 24 from both sides
3x = 156 ⇒ Divide both sides by 3
x = 52°
Answer:
No.
Step-by-step explanation:
The solution x = 0 means that the value 0 satisfies the equation, so there is a solution. “No solution” means that there is no value, not even 0, which would satisfy the equation.