document.write( "Question 154333: I can not for the life of me figure this out.\r
\n" );
document.write( "\n" );
document.write( "Write an expression that illustrates the total cost of all baked goods,S represents the cost of scones and C represents the cost of cookies.
\n" );
document.write( "You bake two baking sheets with 12 scones each, two baking sheets with 20 cookies each, and one backing sheet with 2 scones and 10 cookies. \n" );
document.write( "
Algebra.Com's Answer #113636 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let T=\"total cost\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"two baking sheets with 12 scones each\" __ 24S\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"two baking sheets with 20 cookies each\" __ 40C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"one backing sheet with 2 scones and 10 cookies\" __ 2S+10C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add them all up __ T=26S+50C \n" ); document.write( " |