Difference between revisions of "User:Arowana77"
m |
|||
Line 23: | Line 23: | ||
draw((-1,-1,77)--(38,38,-1),red); | draw((-1,-1,77)--(38,38,-1),red); | ||
//label | //label | ||
− | label("$(-1,-1,77)$",(-1,-1,77), | + | label("$(-1,-1,77)$",(-1,-1,77), NW); |
− | label("$(-1,77,-1)$",(-1,77,-1), | + | label("$(-1,77,-1)$",(-1,77,-1), NW); |
− | label("$(77,-1,-1)$",(77,-1,-1), | + | label("$(77,-1,-1)$",(77,-1,-1), NE); |
label("$(25,25,25)$",(25,25,25), NE); | label("$(25,25,25)$",(25,25,25), NE); | ||
− | label("$(-1,-1,-1)$",(-1,-1,-1)); | + | label("$(-1,-1,-1)$",(-1,-1,-1),NW); |
− | label("$(-1,38,38)$",(-1,38,38)); | + | label("$(-1,38,38)$",(-1,38,38),NW); |
− | label("$(38,38,-1)$",(38,38,-1)); | + | label("$(38,38,-1)$",(38,38,-1),SE); |
//the target area in blue | //the target area in blue | ||
draw((-1,-1,77)--(25,25,25),blue); | draw((-1,-1,77)--(25,25,25),blue); | ||
Line 35: | Line 35: | ||
draw((25,25,25)--(-1,38,38),blue); | draw((25,25,25)--(-1,38,38),blue); | ||
</asy> | </asy> | ||
+ | |||
+ | The area in BLUE is the space that satisfied the conditions, and it is 1/6 of a regular triangle. |
Latest revision as of 11:37, 19 February 2025
Hello World! The following is just a test.
The area in BLUE is the space that satisfied the conditions, and it is 1/6 of a regular triangle.