document.write( "Question 89589: The price and the quantity x sold of a certain product obey the demand question.
\n" );
document.write( "
\n" );
document.write( " x=-5p+100, 0 is less than or equal to p and p is
\n" );
document.write( " less than or equal to 20\r
\n" );
document.write( "\n" );
document.write( "a) express the Revenue R as a function of x.\r
\n" );
document.write( "\n" );
document.write( "b) What is the revenue if 15 units are sold?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "17) A wire 10 meters long is to be cut into two pieces. One piece will be shaped as a square and other piece will be shaped as a circle:
\n" );
document.write( "a) express the total area A enclosed by the pieces of wire as a function of the length x of a side of the square.
\n" );
document.write( "b) What is the domain of A?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you sooo much!! \n" );
document.write( "
Algebra.Com's Answer #65116 by stanbon(75887) ![]() You can put this solution on YOUR website! The price and the quantity x sold of a certain product obey the demand question.\r \n" ); document.write( "\n" ); document.write( "x=-5p+100, 0<=p<=20 \n" ); document.write( "Solve for P which is price: \n" ); document.write( "p=(100-x)/5 \n" ); document.write( "------------- \n" ); document.write( "a) express the Revenue R as a function of x. \n" ); document.write( "Revenue = (price)*(quantity) \n" ); document.write( "Revenue = [(100-x)/5]*x = (x/5)(100-x) = 20x-(1/5)(x^2) \n" ); document.write( "------------- \n" ); document.write( "b) What is the revenue if 15 units are sold? \n" ); document.write( "R(15) = 20*15 - (1/5)(15^2) \n" ); document.write( "R(15) = 300 - 45 = $255 \n" ); document.write( "==================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "17) A wire 10 meters long is to be cut into two pieces. One piece will be shaped as a square and other piece will be shaped as a circle: \n" ); document.write( "------------- \n" ); document.write( "Let one of the pieces have length x; the other piece will have length 10-x \n" ); document.write( "------------- \n" ); document.write( "a) express the total area A enclosed by the pieces of wire as a function of the length x of a side of the square. \n" ); document.write( "------------ \n" ); document.write( "Circle area using the (10-x) piece of wire: \n" ); document.write( "Perimeter = 10-x = 2(pi)r \n" ); document.write( "r = (10-x)/2pi = \n" ); document.write( "------- \n" ); document.write( "Area of circle = (pi)r^2 \n" ); document.write( "Area of circle = (pi)[(10-x)/2pi]^2 = (10-x)^2/4(pi) \n" ); document.write( "--------------------- \n" ); document.write( "Area of the square using the \"x\" piece of wire: \n" ); document.write( "One side = (1/4)x \n" ); document.write( "Area of square = side^2 = [x^2/16] \n" ); document.write( "---------- \n" ); document.write( "Total Area = area of square + area of circle. \n" ); document.write( "A = (x^2/16) + [(10-x)^2/4(pi)] \n" ); document.write( "--------- \n" ); document.write( "b) What is the domain of A? \n" ); document.write( "Domain: 0<=x<=10 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |