document.write( "Question 1138532: An ice cream parlor has one size of ice-cream cone for 7 cents and another for a cents. One afternoon when the smaller cones outsold the larger ones two to one, the sale totaled 6.21 pesos. How many cones of each size were sold? \n" ); document.write( "
Algebra.Com's Answer #756345 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = the number of cones selling for 7 cents each. \n" ); document.write( "y = the number of cones selling for a cents each. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one afternoon the smaller cones outsold the larger cones two to one for a total sale of 6.21 pesos.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".07 * x + a * y = 6.21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since y = 2x, the formula becomes:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".07 * x + a * 2x = 6.21.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factor out the x to get x * (.07 + 2a) = 6.21.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x to get x = 6.21 / (.07 + 2a).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your answer depends on the value of a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the value of a = .01, then the formula becomes x = 6.21 / (.07 + 2 * .01) which becomes x= 6.21 / .09.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this results in x = 69.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since y = 2x, then y = 138.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".07 * x + .01 * y becomes .07 * 69 + .01 * 138 which is equal to 6.21.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the value of a is anything else, like .05, then x = 6.21 / (x + 2a) becomes x = 6.21 / (x + .10) which becomes x = 6.21 / .17 which then becomes x = 36.52941176.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this makes y = 73.05882353.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".07x + .05y becomes .07 * 36.52941176 + .05 * 73.05882353 = 6.21.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "thye formula works for any value of a, but you do need the value of a in order to find the value of x which you then double to find the value of y.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |