Answer:
about 77 cm^2
Step-by-step explanation:
From 3 sides, the area of a triangle is conveniently calculated using Heron's formula:
A = √(s(s -a)(s -b)(s -c))
where s is the semi-perimeter: s = (a+b+c)/2.
For the given values of a, b, c, we have ...
s = (a+b+c)/2 = (18 +11 +14)/2 = 21.5
A = √(21.5·3.5·10.5·7.5) = √5925.9375
A ≈ 76.9801 . . . cm^2
The area is about 77 square centimeters.
Sold 17 tulips and 76 roses. tulips is equal to x and roses are equal to 4x+8. Then multiply by the amount they cost and then tulips are 2x and roses are 20x+40. They add together to get 414. 2x=20x=40=414. Solve. x=17. X is equal to the amount of tulips.
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
50 would be a good choice of answer
Answer:
5(x+1)
Step-by-step explanation: