Ilikebugs said:
So I know that AG is 30cm, what else do I do?
Hey Ilikebugs! ;)
Let's draw some helping lines and attach some variables:
\begin{tikzpicture}[shorten >=1pt, shorten <=1pt, font=\large, scale=0.2]
\def\w{40};
\def\b{30};
\def\x{75/2};
\def\y{35/4};
\draw[ultra thick, blue, pattern=fivepointed stars, pattern color=blue]
(0,\b) coordinate (A) -- (0,0) coordinate (B) -- node[below] {$y$} (\y,0) coordinate (E) -- cycle;
\draw[ultra thick, dashed]
(E) -- (\w,0) coordinate (C) -- (\w,\b) coordinate (D) -- node[below] {$y$} (\w-\y,\b) coordinate (F);
\draw[ultra thick, blue]
(E) -- node[above left] {$x/2$} (\w / 2, \b /2) node[right,gray] {M} -- node[above left] {$x/2$} (F) -- ({\b^2 / (\w - \y)}, {\b + \b * \y/(\w - \y)}) coordinate (G) -- (A);
\draw[gray] (A) -- node[above right] {$25$} (\w / 2, \b /2) -- (C);
\draw[gray] (A) -- (F) -- (\w-\y,0) coordinate (H) -- node[above, black] {$40-2y$} (E);
\draw[gray] (\w-\y,0) rectangle (\w - \y - 2, 2);
\node
at (A) {A};
\node
at (B) {B};
\node
at (C) {C};
\node
at (D) {D};
\node[below] at (E) {E};
\node[above right] at (F) {F};
\node
at (G) {G};
\node[below, gray] at (H) {H};
\draw[triangle 45-triangle 45] ([yshift=-4cm] B) -- node[below] {$40$} ([yshift=-4cm] C);
\draw[triangle 45-triangle 45] ([xshift=-4cm] A) -- node
{$30$} ([xshift=-4cm] B);
\end{tikzpicture}
We're looking for $x$... can we find a couple of equations that include $x$? (Wondering)