document.write( "Question 1128790: Suppose that Tina's neighbor, Jessica Spears, is opening a lemonade stand. If Tina charges a price (in dollars) of p1 and Jessica charges a price p2, then Tina will sell 100p1/(p1 + p2) glasses of lemonade. If p1 is in cell A2 and p2 is in cell B2, write a formula that yields the number of glasses of lemonade Tina will sell. \n" ); document.write( "
Algebra.Com's Answer #745297 by ikleyn(52782)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "The formula (I mean, Excel-formula) is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " C2 = (100*A2)/(A2 + B2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "where C2 is the cell for the result.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "In other words, in C2 you place this Excel-formula = (100*A2)/(A2 + B2)\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |