Can I scale square curve according to area size?

Hi,
If I draw 10mm by 10mm square (area will be 100mm^2) and then, is there any way I can scale them to 1500mm^2? do I have to calculate sqrt or any scaling command can work for that?

Hello- you can use the Scale or Scale2d command and after setting the base point, type

sqrt(1500)/10, plus Enter, at the command line as the scale factor.

-Pascal

Thank you so much! it worked!