Show worked solution
Worked solution
Link tiles to a square array
A square arrangement means side x side tiles.
Find the side
Take the square root of .
Try a number just below
Testing gives , which is too small.
Try the next number
Testing gives exactly , so this is the root.
Verify by multiplying back
Check the root by squaring it back to .
Split the second number by place value
Break into so we can multiply in easy parts.
Multiply the tens part
First multiply by the .
Multiply the units part
Then multiply by the .
Add the two parts
Add the partial products to get .
State part (a)
Each side has tiles.
Set up the border count
Four sides of tiles each is a first estimate.
Multiply
That gives .
Adjust for corners
The corner tiles were counted twice, so subtract .
State part (b)
There are tiles on the border.
Sense check
Total tiles minus the x1 interior also gives border tiles.
Final answer
The requested final answer is the border count, .