Here is the question:
A triangle has a perimeter of $46$ meters. The length of the second side is $5$ meters more than the length of the first side. The third side is three meters less than twice the first side. How long is each side?
So I obtained the $3$ equations needed for the triangle, which is put together here: $x+(x+5)+(2x-3x)=46$. However,I am having trouble moving forward. What do I do next?

$x+(x+5)+(2x-3)=46$ !!
now you need to solve for x, by first add all the x up together and the numbers aswell:
$(x+x+2x)+(5-3)=46$
$4x + 2 = 46$
now get all the numbers to the right side:
$4x = 46 - 2$
and divide by the factor of x, which is 4
$x = 44/4$
$x = 11$