MHB How Can You Draw a Square with Only 3 Lines?

  • Thread starter Thread starter Wilmer
  • Start date Start date
  • Tags Tags
    Square
Wilmer
Messages
303
Reaction score
0
Using 3 straight lines only, draw a square.
 
Mathematics news on Phys.org
Wilmer said:
Using 3 straight lines only, draw a square.
[sp]
$\Huge4$ long space ($=2^2$)

[/sp]
 
Following Opalg's example: ;)
\begin{tikzpicture}
\draw[ultra thick] (0,0) -- (0,1) -- (-0.3,0.7) (-0.3,0) -- (0.3,0);
\end{tikzpicture}
($1 = 1^2$)
 
Yepper...nice solves!
 
|\/ = 4 and |X = 9 and [ = 100
 
I have a couple more: $+|$ and $--|$.
 
Code:
/|
\|
 |
 
C'mon Greg...don't you have anything better to do?
 
7771d7ac76d637cb0b678d2ece5870f2.jpg
 
Back
Top