document.write( "Question 70538: Mr. flores is tiling the kitchen counter for his wife. She wants a pattern with decorative tiles mixed in with plain tiles. the plain tiles cost 60 cents a piece, and the decorative tiles cost $1.30 a piece. They budgeted $300.00 for the tile, and the job will require 430 tiles in all. What is the most number of decorative tiles that Mr. Flores can buy and still stay within budget? \n" ); document.write( "
Algebra.Com's Answer #50354 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Mr. flores is tiling the kitchen counter for his wife. She wants a pattern with decorative tiles mixed in with plain tiles. the plain tiles cost 60 cents a piece, and the decorative tiles cost $1.30 a piece. They budgeted $300.00 for the tile, and the job will require 430 tiles in all. What is the most number of decorative tiles that Mr. Flores can buy and still stay within budget? \n" ); document.write( "----------------------------- \n" ); document.write( "Let number of plain tiles \"x\". Let number of decorative tiles be \"y\" \n" ); document.write( "EQUATIONS: \n" ); document.write( "1st: x+y=430 \n" ); document.write( "2nd: 0.60x+1.30y=300 \n" ); document.write( "---------- \n" ); document.write( "Multiply thru 2nd by 100 to get rid of the decimals: \n" ); document.write( "3rd: 60x+130y = 30000 \n" ); document.write( "Solve 1st for x: x=430-y \n" ); document.write( "Substitute into 3rd to get: \n" ); document.write( "60(430-y) + 130y = 30000 \n" ); document.write( "25800 - 60y + 130y = 30000 \n" ); document.write( "70y = 4200 \n" ); document.write( "y=60 (# of decorative tiles) \n" ); document.write( "430-y=430-60 = 370 (number of plain tiles) \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |