document.write( "Question 288243: The Boxerville city council must pay three companies to have street lamps put on the 4th Street Bridge. Company M will make the lamps for $25 per lamp, plus $125 fee. Company S will install the lamps for $40 per lamp, plus $100 fee. Company P will paintthe lamps for $15 per lamp, plus a $50 fee. \r
\n" );
document.write( "\n" );
document.write( "Using n as the number of lamps, write a polynomial for each company that tells you how much the company will charge.\r
\n" );
document.write( "\n" );
document.write( "Company M? = 25n + 125?\r
\n" );
document.write( "\n" );
document.write( "Company S? = 40n + 100?\r
\n" );
document.write( "\n" );
document.write( "Company P? = 15n + 50?\r
\n" );
document.write( "\n" );
document.write( "find the sum of the three polynomials? = 80n + 275?\r
\n" );
document.write( "\n" );
document.write( "Use the sum you found to write an inequality that shows that the city council can pay no more than $3,500 total. 80n - 3225\r
\n" );
document.write( "\n" );
document.write( "How many street lamps can they put on the bridge for $3,500? \r
\n" );
document.write( "\n" );
document.write( "How many lamps can they put on the bridge for 4,300?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #208923 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The Boxerville city council must pay three companies to have street lamps put on the 4th Street Bridge. Company M will make the lamps for $25 per lamp, plus $125 fee. Company S will install the lamps for $40 per lamp, plus $100 fee. Company P will paintthe lamps for $15 per lamp, plus a $50 fee. \n" ); document.write( "--------------------------------- \n" ); document.write( "Using n as the number of lamps, write a polynomial for each company that tells you how much the company will charge. \n" ); document.write( "Company M? = 25n + 125? \n" ); document.write( "Company S? = 40n + 100? \n" ); document.write( "Company P? = 15n + 50? \n" ); document.write( "find the sum of the three polynomials? = 80n + 275? \n" ); document.write( "Use the sum you found to write an inequality that shows that the city council can pay no more than $3,500 total. 80n + 275 <= 3500 \n" ); document.write( "------- \n" ); document.write( "How many street lamps can they put on the bridge for $3,500? \n" ); document.write( "Solve: 80n+275 <= 3500 \n" ); document.write( "80n <= 3225 \n" ); document.write( "n <= 40.31 \n" ); document.write( "Round down to get n = 40 \n" ); document.write( "------------------------------- \n" ); document.write( "How many lamps can they put on the bridge for 4,300? \n" ); document.write( "80n+275 <= 4300 \n" ); document.write( "80n <= 4025 \n" ); document.write( "n <= 50.31 \n" ); document.write( "Round down to get n = 50 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |