document.write( "Question 360588: please help set up, showing work and solve:\r
\n" );
document.write( "\n" );
document.write( "A customer at a store bought 7 bottles of juice and 3 fruit pies for a total cost of $50.75. If a bottle of juice costs $2.75, find the cost of a fruit pie. \n" );
document.write( "
Algebra.Com's Answer #257307 by mananth(16949) You can put this solution on YOUR website! A customer at a store bought 7 bottles of juice and 3 fruit pies for a total cost of $50.75. If a bottle of juice costs $2.75, find the cost of a fruit pie. \n" ); document.write( "let cost of fruit pie =p \n" ); document.write( "7*2.75+3p=50.75 \n" ); document.write( "19.25+3p=50.75 \n" ); document.write( "3p=50.75-19.25 \n" ); document.write( "3p=31.50 \n" ); document.write( "/3 \n" ); document.write( "p=$10.50 \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |