Answer:
We get value p=16
Step-by-step explanation:
When triangles are similar, the ratio of corresponding sides is equal.
In the given triangles we have to find value of p
We have the ratio: (Can use ratio of any two sides)

Now, putting values and finding p

So, we get value p=16
If s=side, then each side is 12m.
It got cut off but
12mx12m=144m^2 because mxm=m^2.
heart if helpful
If you're rolling 5 dice, and all dice have a 1 on them, then you still have a 4/5 chance that four of the five dice will show 1.
Answer:
Step-by-step explanation:
If 3⁄4 gallons of water come out of a hose in 15 minutes, to calculate the rate of water that comes out in an hour (60 minutes), we will use the expression;
3/4 gallons = 15 minutes
x gallons = 60minutes
cross multiply
15x = 3/4 * 60
15x = 180/4
15x = 45
x = 45/15
x = 3/1
x = 3:1
Hence the water rate in gallons per hour is 3 gallons per hour
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)