document.write( "Question 142450This question is from textbook Mathematical Ideas
\n" );
document.write( ": I am having problems trying to figure out what variable I have to solve for in these two problems. Could anyone please help me with these? Thank you so much!
\n" );
document.write( "-------------------------------
\n" );
document.write( "2. Assume the cost of a company picnic is described by the function
\n" );
document.write( "P(n) = (1/2)n2 – 10n + 80\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "Where n represents the number of employees and family members attending the picnic and P (in dollars) represents the cost of the picnic. How many employees and guests in attendance produce a minimum cost? What is the minimum cost for this event?\r
\n" );
document.write( "\n" );
document.write( "3. In the formula N = Iekt, N is the number of items in terms of an initial population I at a given time t and k is a growth constant equal to the percent of growth per unit time. There are currently 45 million cars in a certain country, increasing by 3.2% annually. How many years will it take for this country to have 61 million cars. Round to the nearest year. \n" );
document.write( "
Algebra.Com's Answer #103676 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2. Assume the cost of a company picnic is described by the function \n" ); document.write( "P(n) = (1/2)n^2 – 10n + 80 \r \n" ); document.write( "\n" ); document.write( "Where n represents the number of employees and family members attending the picnic and P (in dollars) represents the cost of the picnic. How many employees and guests in attendance produce a minimum cost? What is the minimum cost for this event? \n" ); document.write( "-------- \n" ); document.write( "You have quadratic function with a=1/2, b = -10 and c=80 \n" ); document.write( "The lowest point, or minimum, occurs when n = -b/2a = 10/(2*(1/2)) = 10 \n" ); document.write( "The minimum cost is P(10) = (1/2)10^2-10*10+80 = 50-100+80 = $30 \n" ); document.write( "--------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3. In the formula N = Ie^(kt), \n" ); document.write( "N is the number of items in terms of an initial population I at a given time t and \n" ); document.write( "k is a growth constant equal to the percent of growth per unit time. \n" ); document.write( "There are currently 45 million cars in a certain country, increasing by 3.2% annually. \n" ); document.write( "How many years will it take for this country to have 61 million cars. Round to the nearest year. \n" ); document.write( "------- \n" ); document.write( "61 million = (45 million)e^(0.032t)\r \n" ); document.write( "\n" ); document.write( "1.356 = e^(0.032t) \n" ); document.write( "Take the natural log of both sides to get: \n" ); document.write( "0.032t = ln(1.356) \n" ); document.write( "t = 9.5168.. years \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |