document.write( "Question 1153234: A rectangular mosaic is to be constructed from 70 congruent square tiles, each of side length 6 inches. Determine the minimum perimeter of the mosaic \n" ); document.write( "
Algebra.Com's Answer #775437 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The solution from the other tutor is fine; but you can get to the answer without nearly as much work as she shows using some basic concepts. \n" ); document.write( "Let the dimensions of the rectangle be x and y. Then we have \n" ); document.write( " \n" ); document.write( "with x and y whole numbers; and we are to minimize the perimeter, 2x+2y, which is the same as minimizing x+y. \n" ); document.write( "A general principle for minimizing x+y when the product xy is fixed is that the difference between x and y should be minimum. \n" ); document.write( "In this problem, with a product of 70 and both numbers being whole numbers, that means the dimensions are 10 and 7. \n" ); document.write( "Then the perimeter (in number of blocks) is 2(10+7) = 34; and the perimeter in inches is 34*6 = 204. \n" ); document.write( " \n" ); document.write( " |