0

Say I have a rectangle that is 390 x 200.

I want to change the width to 400.

What's the math to use so that the new height fits the original ratio?

alex
  • 103
  • 5

1 Answers1

1

Which is the width and which is the height? You have multiplied the width by $\frac {new\ width}{old\ width}$ so multiply the height by the same factor.

Ross Millikan
  • 374,822