Answer:
x=12
Step-by-step explanation:
Since the angle needs to add up to 90, you will first need to subtract 30 from 90. This will leave you with 60. Next you will divide 60 by 5 which will give you 12 which is the answer.
Suppose we let
, so that
.
Also, recall the double angle identity for cosine:

So, we can rewrite and compute the integral using the substitution, as





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
To best estimate the volume of the log, we assume that the diameter is the average of the diameters at both ends giving us 12 inches as the diameter. Thus, the radius is equal to 0.5 ft. The volume of the log is calculated through the equation,
V = πr²h = π(0.5 ft)²(10 ft) = 7.85 ft³
Answer:
MY friend the anwser is A I hope this will help plz mark me brainliest
Step-by-step explanation: