Answer:
About 19.45%
Step-by-step explanation:
First set the fraction equal to x over 100 ———- (70/360)=(x/100)
cross multiply———- 70 * 100 = 7000 360 * x = 360x
solve for x —————- 7000=360x
7000/360= 19.44444444
Round ——- x=19.45
OR
Divide fraction ———— 70/360 = 0.1944444444
Next, convert to percentage by moving decimal 2 places to the right ——
019.44444444
Round ————- = 19.45
Answer:
Step-by-step explanation:
a^8/c
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:
x=12, y= 20
Step-by-step explanation:
We can find x using the pythagorean thereom because ABD is a right triangle.(D is the point between segments with legnth 5 and 11)
AC^2 + CD^2 = AD^2
x^2 + 5^2 = 13^2
x^2 = 25 = 169
x^2 = 144
x = 12
We may now find y using the pythagorean thereom because ABC is a right triangle. Right now we know x = 12
AC^2 + CB ^2 = AB^2
12^2 + 16^2 = y^2
144 + 256 = y^2
y^2 = 400
y= 20
<em>I hope this helps! :)</em>