document.write( "Question 132447: a banana has 85 calories.This is 10 calories less than one eighth of the calories in a banana split.How many calories are in a banana split? \n" ); document.write( "
Algebra.Com's Answer #96795 by edjones(8007) You can put this solution on YOUR website! Let x be the number of calories in a banana split. \n" ); document.write( "x/8 -10 = 85 \n" ); document.write( "x/8 -10+10=85+10 \n" ); document.write( "x/8=95 \n" ); document.write( "8x/8=8*95 \n" ); document.write( "x=760 calories \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |