document.write( "Question 1204445: A rectangular room is completely tiled by 1-foot square tiles. All the adjacent to a door or wall are purple, and the rest of the tiles are white. If exactly 2/7 of the tiles are purple, then what is the smallest possible area of the room, in square feet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #840709 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "Let L and W be the length and width of the room. \n" ); document.write( "Then the total number of tiles is LW. \n" ); document.write( "And the number of purple tiles is 2L+2W-4. The -4 is because 2L+2W together counts the 4 corner squares twice. \n" ); document.write( "The purple tiles are 2/7 of the total: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "This is a Diophantine equation -- two variables with only one equation; but the number of solutions is finite because the variables are non-negative integers. \n" ); document.write( "Here is a solution to the problem using standard methods for solving linear Diophantine equations. \n" ); document.write( "Solve the equation for one variable in terms of the other. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Make it easier to find integer solutions by performing the division on the right and expressing the result as quotient and remainder. \n" ); document.write( " \n" ); document.write( "In that form of the equation, 7 is an integer, and L has to be an integer; that means \n" ); document.write( "The factors of 35 are 1, 5, 7, and 35. We are to find the minimum value of the product LW. \n" ); document.write( "To do that, we find the product LW for each of the possible values of (W-7). \r\n" ); document.write( " W-7 W L LW\r\n" ); document.write( " -----------------\r\n" ); document.write( " 1 8 42 336\r\n" ); document.write( " 5 12 14 168\r\n" ); document.write( " 7 14 12 168\r\n" ); document.write( " 35 42 8 336 \n" ); document.write( "Note in the table that the dimensions and area of the room in the second half of the table repeat those in the first half. That is because the original equation \n" ); document.write( "ANSWER: The smallest possible area of the room in square feet is 168. \n" ); document.write( " \n" ); document.write( " |