Find the possible dimensions for each garden

  • Context:
  • Thread starter Thread starter Yazan975
  • Start date Start date
  • Tags Tags
    Dimensions garden
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Yazan975
Messages
30
Reaction score
0
View attachment 8403

What I did:
x = Emily's garden's width
x+4 = Emily's garden's length

y= Sarah's garden's width
18 = Sarah's garden's length

y=x+4(as stated in problem)

x/x+4 = y/18(as the two gardens are similar)
Which means that x/x+4 = x+4/18

Now I can't seem to find x
 

Attachments

  • Screen Shot 2018-09-14 at 2.31.48 PM-min.png
    Screen Shot 2018-09-14 at 2.31.48 PM-min.png
    108 KB · Views: 140
Mathematics news on Phys.org
$$\frac{x}{x+4}=\frac{x+4}{18}\implies18x=x^2+8x+16$$

Can you now find $x$?
 
greg1313 said:
$$\frac{x}{x+4}=\frac{x+4}{18}\implies18x=x^2+8x+16$$

Can you now find $x$?

Actually that's where I got to and couldn't go any further
 
$$18x=x^2+8x+16$$

$$x^2-10x+16=0$$

$$(x-2)(x-8)=0$$

$$x=2\text{ or }x=8$$
 
greg1313 said:
$$18x=x^2+8x+16$$

$$x^2-10x+16=0$$

$$(x-2)(x-8)=0$$

$$x=2\text{ or }x=8$$

Thank you so much!