document.write( "Question 1178145: A health insurance company advertises on television, on radio, and in the local newspaper. The marketing department has an advertising budget of $102,400 per month. A television ad costs $2000, a radio ad costs $100, and a newspaper ad costs $500. The department wants to run 88 ads per month, and have as many television ads as radio and newspaper ads combined. How many of each type of ad can the department run each month?\r
\n" );
document.write( "\n" );
document.write( "television ads
\n" );
document.write( "radio ads
\n" );
document.write( "newspaper ads \n" );
document.write( "
Algebra.Com's Answer #807326 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = number of tv ads \n" ); document.write( "y = number of radio ads \n" ); document.write( "z = number of news ads\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "two formulas are indicated.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = 88 \n" ); document.write( "2000x + 100y + 500z = 102400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they want as many tv ads as radio and news ads combined. \n" ); document.write( "equation for that is x = y + z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x = y + z, replace x with y + z in both equations to get;\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y + z + y + z = 88 \n" ); document.write( "2000 * (y + z) + 100 * y + 500 * z = 102400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms and simplify to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2y + 2z = 88 \n" ); document.write( "2000y + 2000z + 100y + 500z = 102400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms again to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2y + 2z = 88 \n" ); document.write( "2100y + 2500z = 102400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 1050 and leave the second equation as is to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2100y + 2100z = 92400 \n" ); document.write( "2100y + 2500z = 102400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get 400z = 10000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for z to get z = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 2y + 2z = 88 and since y = 25, that equation becomes 2y + 50 = 88 \n" ); document.write( "subtract 50 from both sides to get 2y = 38 \n" ); document.write( "solve for z to get z = 19.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have y = 19 and z = 25 \n" ); document.write( "since x = y + z, then x = 19 + 25 = 44\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have x = 44 and y = 19 and z = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to your original equations and replace x and y and z with their respective values to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y + z = 88 becomes 44 + 19 + 25 = 88 which becomes 88 = 88 which is true. \n" ); document.write( "2000x + 100y + 500z = 102400 becomes 2000 * 44 + 100 * 19 + 500 * 25 = 102400 which becomes 102400 = 102400 which is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the values of x and y and z are confirmed to be good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is that 44 television ads and 19 radio ads and 25 news ads can be run each month. \n" ); document.write( " \n" ); document.write( " |