Volume of one pyramid = 408.6*(755.9*755.9)*1/3
volume of 3 pyramids= 3*408.6*(755.9*755.9)=700,403,500.11*1/3=233,467,833.37
reasoning 3 square base pyramid = 1 cuboid
Answer:
6.23*10^6
Step-by-step explanation:
We first write the answer in full notation 6,230,000.
Then we count how many decimal places it takes before we have one leading digit. Since it is six, we move the decimal place and write 6.23*10^6
Answer:

Step-by-step explanation:
See comment for complete question
Given:


Required
The information that shows
by SSS
By SSS implies that, the three sides of both triangles are congruent
Already, we have:


The third side of
is 
The third side of
is 
So, for both to be congruent by SSS, the third sides must be congruent
i.e.

Answer:
The answer I believe is : D.
~ Hope this is correct, if I'm wrong I'm sorry, have a gr8 day/ night my friend!~
Step-by-step explanation:
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.)