document.write( "Question 298205: A nutrition plan counts grams of fat, carbohydrates, and fiber. The grams of carbohydrates are to be 15 more than twice the grams of fat. The grams of fiber are to be three less than the grams of fat. If the grams of carbohydrate, fat, and fiber must total 48 grams for a dinner meal, how many grams of each would be in the meal? \n" ); document.write( "
Algebra.Com's Answer #214583 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! t for fat \n" ); document.write( "r for fiber \n" ); document.write( "c=15+2t \n" ); document.write( "t-3=r \n" ); document.write( "r+t+c=48 \n" ); document.write( "c = 33, r = 6, t = 9 \n" ); document.write( " |