Question 813547: Theatre Square in the capital city of Berland has a rectangular shape with the size n × m meters. On the occasion of the city's anniversary, a decision was taken to pave the Square with square granite flagstones. Each flagstone is of the size a × a.
What is the least number of flagstones needed to pave the Square? It's allowed to cover the surface larger than the Theatre Square, but the Square has to be covered. It's not allowed to break the flagstones. The sides of flagstones should be parallel to the sides of the Square.
Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! x = ceiling( n/a )
y = ceiling( m/a )
---
the ceiling() function:
ceiling( 252.7 ) = 253
ceiling( 253.1 ) = 254
ceiling( 253.5 ) = 254
ceiling( 253.9 ) = 254
---
What is the least number of flagstones needed to pave the Square?
---
Answer:
x * y
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Convert fractions, decimals, and percents:
https://sooeet.com/math/fraction-decimal-percent.php
---
Calculate and graph the linear regression of any data set:
https://sooeet.com/math/linear-regression.php
|
|
|