Question 622920
Let t be the length of the tail, in inches.
Let b be the length of the body (between the head and the tail), in inches.
We could name a variable for the length of the head, but we already know it is 9 inches, so I would not bother.
"The body length of the fish between the head and the tail is equal to the head plus the tail" can be translated as
{{{b=9+t}}} .
"The tail length is equal to the head plus one half of the body length between the head and the tail" can be translated as
{{{t=9+(1/2)b}}} <--> {{{t=9+0.5b}}} (or {{{2t=18+b}}} if we multiply both sides of the equal sign times 2).
(I listed 3 equivalent versions of that equation, but the additional versions are optional, just in case you would rather not work with the first one).
With those two equations we have a system of linear equations:
{{{system(b=9+t,t=9+(1/2)b)}}} or {{{system(b=9+t,t=9+0.5b)}}} or {{{system(b=9+t,2t=18+b)}}} .
(You can chose which version of the second equation you want to work with).
A system of linear equations could have one solution, no solution, or an infinite number of solutions.
This system has one solution, and it can be easily found by substitution.
If you substitute the expression {{{9+t}}} for {{{b}}} in the second equation, you can find {{{t}}}, and then you can plug {{{t}}} into {{{b=9+t}}} to find {{{b}}} .
{{{t=9+(1/2)b)}} --> {{{t=9+(1/2)(9+t))}} --> {{{t=9+(1/2)*9+(1/2)*t}}} --> {{{t=9+9/2+(1/2)*t}}} --> {{{t=27/2+(1/2)t}}}
Subtracting {{{(1/2)t}}} from both sides of the equal sign, we get
{{{t=27/2+(1/2)t}}} --> {{{t-(1/2)t=27/2+(1/2)t-(1/2)t)}}} --> {{{(1-1/2)t=27/2}}} --> {{{(1/2)t=27/2}}}
Multiplying both sides times 2, we get
{{{(1/2)t=27/2}}} --> {{{2*(1/2)t=2*(27/2)}}} --> {{{highlight(t=27)}}}
{{{b=9+t}}} --> {{{b=9+27}}} --> {{{highlight(b=36)}}}
Now we can add fish part lengths (in inches) to get the length of the whole fish (in inches):
{{{9+36+27=72}}}
The head length is 9 inches.
The body length is 36 inches, and
the tail length is 27 inches.
The whole fish is {{{highlight(72)}}} inches long.
 
Verifying:
The head length is 9 inches is true because the problem says that.
The body length is equal to the head plus the tail is true, because the length of the head plus the length of the tail is
{{{9+27=36}}}.
The tail length is equal to the head plus one half of the body length is true because
{{{9+(1/2)*36=9+18=27}}}.