document.write( "Question 164614: Purchasing: a contractor buys 16yds of nylon carpet and 20 yds of wool carpet for $1840. A second purchase, at the same prices, includes 18 yds of nylon carpet and 25 ydss of wool carpet for $2200. Find the cost per yard of the wool carpet?
\n" );
document.write( "I need to know the steps in how to solve this?? \n" );
document.write( "
Algebra.Com's Answer #121338 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Purchasing: a contractor buys 16yds of nylon carpet and 20 yds of wool carpet for $1840. A second purchase, at the same prices, includes 18 yds of nylon carpet and 25 ydss of wool carpet for $2200. Find the cost per yard of the wool carpet? \n" ); document.write( ": \n" ); document.write( "Let w = cost/yd for wool \n" ); document.write( "Let n = cost/yd for nylon \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( "; \n" ); document.write( "\"contractor buys 16yds of nylon carpet and 20 yds of wool carpet for $1840.\" \n" ); document.write( "16n + 20w = 1840 \n" ); document.write( ": \n" ); document.write( "\" 18 yds of nylon carpet and 25 yds of wool carpet for $2200\" \n" ); document.write( "18n + 25w = 2200 \n" ); document.write( ": \n" ); document.write( " Find the cost per yard of the wool carpet? \n" ); document.write( ": \n" ); document.write( "The want the price of the wool, so let's eliminate n \n" ); document.write( "Multiply the 2nd equation by 16, multiply the 1st equation by 18; results; \n" ); document.write( ": \n" ); document.write( "288n + 400w = 35200 \n" ); document.write( "288n + 360w = 33120 \n" ); document.write( "---------------------subtraction eliminates n, find w \n" ); document.write( "40w = 2080 \n" ); document.write( "w = \n" ); document.write( "w = $52 a yd for wool \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "In order to check our solution we need to find the price of nylon \n" ); document.write( "Using the 1st equation, substitute 52 for w \n" ); document.write( "16n + 20(52) = 1840 \n" ); document.write( "16n + 1040 = 1840 \n" ); document.write( "16n = 1840 - 1040 \n" ); document.write( "16n = 800 \n" ); document.write( "n = \n" ); document.write( "n = $50 a yd for nylon \n" ); document.write( ": \n" ); document.write( "Check our solution in the 2nd equation: \n" ); document.write( "18(50) + 25(52) = 2200 \n" ); document.write( "900 + 1300 = 2200; confirms our solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Did these steps make sense to you? Any questions? \n" ); document.write( " |