V=l*w*h
V= 15*8*3
V= 120*3
V= 360
The pool will hold 360 cubic meters.
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer:
The distance formula is a formalization of the Pythagorean Theorem using (x,y) . They are the same thing (but the distance formula is for working out the distance between two points and Pythagoras theorem is for working out the missing length in a right-angled triangle) in two different contexts.
Step-by-step explanation:
2 x ? = 6 catfish. (?=3) so multiply everything by 3......3 x 3 = 9 angelfish!!