document.write( "Question 102776This question is from textbook Algebra:Structure and Method
\n" );
document.write( ": How do I set up this problem to solve it?\r
\n" );
document.write( "\n" );
document.write( "Nine cartons of juice cost the same as 5 fruit cups. Also, one fruit cup costs $0.50 more than one bowl of soup, while one bowl of soup costs $0.50 more than one carton of juice. What would be the cost of each item: a carton of juice, a fruit cup, and a bowl of soup? \n" );
document.write( "
Algebra.Com's Answer #74751 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Nine cartons of juice cost the same as 5 fruit cups. Also, one fruit cup costs $0.50 more than one bowl of soup, while one bowl of soup costs $0.50 more than one carton of juice. What would be the cost of each item: a carton of juice, a fruit cup, and a bowl of soup? \n" ); document.write( "------------------------------------ \n" ); document.write( "j=juice; f=fruit; s=soup \n" ); document.write( "---------------------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "9j=5f \n" ); document.write( "f=s+(1/2) \n" ); document.write( "s=j+(1/2) \n" ); document.write( "-------------- \n" ); document.write( "Rearrange: \n" ); document.write( "9j-5f+0s=0 \n" ); document.write( "0j+2f-2s=1 \n" ); document.write( "2j+0f-2s=-1 \n" ); document.write( "============= \n" ); document.write( "Solution using TI calculator: \n" ); document.write( "j = 1.25 \n" ); document.write( "f = 2.25 \n" ); document.write( "s = 1.75 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " j+0f-2s=-1 \n" ); document.write( " \n" ); document.write( " |