if two identical squares have a total area of 18x^2+36x+18, find the length of one side of one of the squares

18x^2+36x+18

= 18(x^2 + 2x + 1)
= 18(x+1)^2

so one square is x+1 by x+1, the other is 3√2 by 3√2

To find the length of one side of the square, we need to determine the expression representing the area of one square.

Let's assume the side length of one square is represented by 'x'. Since the squares are identical, both squares will have the same area, which is given as 18x^2 + 36x + 18.

We can set up an equation to represent this:

Area of one square = 18x^2 + 36x + 18
Area of one square = x^2

Now we can set the two expressions equal to each other:

x^2 = 18x^2 + 36x + 18

Simplifying this equation, we can subtract 18x^2, 36x, and 18 from both sides:

0 = 18x^2 - x^2 + 36x + 18 - 18

Simplifying further, we have:

0 = 17x^2 + 36x

Now we can factor out 'x' from both terms:

0 = x(17x + 36)

Since the product is equal to zero, one of the factors must be zero. Thus, we can set each factor equal to zero and solve for 'x':

x = 0 (This would represent an impossible solution in this context)
17x + 36 = 0

Solving the linear equation, we subtract 36 from both sides:

17x = -36

Finally, divide both sides by 17 to solve for 'x':

x = -36/17

Therefore, the length of one side of the square is given by -36/17. Keep in mind that a negative side length is not physically meaningful, so it's likely there was an error in the original problem or calculation.