document.write( "Question 605211: A bowl contains fruit punch that is 1/2 cranberry juice. When 6 cups of cranberry juice are added to the bowl, the resulting is 2/3 cranberry juice. How many cup of punch were in the bowl to start with? \n" ); document.write( "
Algebra.Com's Answer #381587 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A bowl contains fruit punch that is 1/2 cranberry juice. When 6 cups of cranberry juice are added to the bowl, the resulting is 2/3 cranberry juice. How many cup of punch were in the bowl to start with? \n" ); document.write( "** \n" ); document.write( "let x=cups of punch in the bowl to start with. \n" ); document.write( "[(1/2)x+6]/(x+6)=2/3 \n" ); document.write( "2x+12=3x/2+18 \n" ); document.write( "4x+24=3x+36 \n" ); document.write( "x=12 \n" ); document.write( "ans: \n" ); document.write( "cups of punch in the bowl to start with=12 \n" ); document.write( " |