The answer is: No
Becuase the equation itself is not correct. The equation is c = 2p.
Good Luck!
Answer:
Answer is below
Step-by-step explanation:
The Pythagorean Theorem states that the area of the square whose side is the hypotenuse is equal to the sum of the areas of the squares on the other two sides. This only works on right triangles. The equation for this is
. A and B are the shorter side lengths, while C is the hypotenuse. Taking the squares of the two shorter sides will equal the square of the hypotenuse.
If this answer is correct, please make me Brainliest!
Answer:
5.25 miles.
Step-by-step explanation:
What I did was I took 3/4 and made it into its decimal form which is 3/4. I then times it by 7 to get 5.25.
5.25 miles is your answer.
C the answer hehehehehehehwhw
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