SOLUTION: 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 pav

Algebra.Com
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

RELATED QUESTIONS

Find the point of intersection of the lines   3 x − 6 y  (answered by Alan3354)
For a normal random variable, with  μ = 24, and  σ = 8, find the... (answered by oscargut)
The following quadratic equation has integer solutions.... (answered by LinnW)
Consider the following function. f (x)  = ... (answered by greenestamps)
Enter a recursive rule for the geometric sequence.... (answered by MathLover1)
A line is parallel to y = 2x + 3 and goes through the point... (answered by richwmiller)
Calculate the area of a sector of a circle with radius 4 km that subtends an angle... (answered by stanbon)
Suppose that y is directly proportional to x. If y = 6 when... (answered by stanbon)
Which of the following equations is graphed as a horizontal line?... (answered by Alan3354)