
Benjamin B. answered 03/26/20
Aerospace Engineer and Math/Physics Tutor
The way I would recommend you approach this problem is to set up a system of equations.
Let x=length of stick 1 and
y=length of stick 2
When the two sticks were together, their combined length was 37 inches meaning
x+y=37
Since we have two unknowns and only one equation, we need another. We also have the information that "one piece is twice the length of the other piece." To write this algebraically, we have
y=2x-5
Now that we have two equations and two unknowns, we can solve for x and y. One method would be substitution. Since we know y=2x-5, we can plug that in to the other equation giving us
x+(2x-5)=37
Now solve for x
3x=42
x=14
Now that we have x, we can quickly solve for y
y=2*14-5
y=23
Therefore, the lengths of the sticks are 14 and 23 inches.