document.write( "Question 484539: Describe in owrds how to find the number of border tiles for any garden length?\r
\n" );
document.write( "\n" );
document.write( "and\r
\n" );
document.write( "\n" );
document.write( "Write an expression that represents your method for finding the number of border tiles, given the garden length? \n" );
document.write( "
Algebra.Com's Answer #331531 by chessace(471)![]() ![]() You can put this solution on YOUR website! A. \n" ); document.write( "Measure garden length. \n" ); document.write( "Measure tile length. \n" ); document.write( "Divide garden length by tile length, round up any remainder to next whole number \n" ); document.write( "That is your tile count needed.\r \n" ); document.write( "\n" ); document.write( "B. \n" ); document.write( "T=Ceiling(G/B) \n" ); document.write( "i.e., smallest interger >= G / B \n" ); document.write( " \n" ); document.write( " |