SOLUTION: Carmen wants to tile the floor of his house. He will need 1,000 square feet of tile. He will do most of the floor with a tile that costs $1.50 per square foot, but also wants to us

Algebra ->  College  -> Linear Algebra -> SOLUTION: Carmen wants to tile the floor of his house. He will need 1,000 square feet of tile. He will do most of the floor with a tile that costs $1.50 per square foot, but also wants to us      Log On


   



Question 1135536: Carmen wants to tile the floor of his house. He will need 1,000 square feet of tile. He will do most of the floor with a tile that costs $1.50 per square foot, but also wants to use an accent tile that costs $4.00 per square foot. How many square feet of each tile should he plan to use if he wants the overall cost to be $2 per square foot?
Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.
Let x be the number of $1.50 tiles.

Then the number of the $4.00 tiles should be (1000-x).


The total cost will be  1.50*x + 4.00*(1000-x)  dollars.


She wants the average cost would be $2 per square foot:


    %281.50%2Ax+%2B+4.00%2A%281000-x%29%29%2F1000 = 2.


Solve this equation.


    1.50*x + 4.00*(1000-x) = 2*1000


    1.5x + 4000 - 4x = 2000

    -2.5x = 2000 - 4000

    -2.5x = -2000  ===============>  x = %28-2000%29%2F%28-2.5%29 = 800.


ANSWER.  800 tiles per $1.500 and the rest 1000-800 = 200 tiles per $4.00.


CHECK.   %281.50%2A800+%2B+4.00%2A200%29%2F1000 = 2.00 dollars.   ! Correct !