document.write( "Question 735277: a person slices a cake into s equal slices and eats one slice. in terms of s, what percent of the cake is left? \n" ); document.write( "
Algebra.Com's Answer #449389 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a person slices a cake into s equal slices and eats one slice. in terms of s, what percent of the cake is left? \n" ); document.write( "----------------- \n" ); document.write( "Each slice = 1/s \n" ); document.write( "The cake left = 1 - 1/s = (s-1)/s \n" ); document.write( "% = 100*(s-1)/s \n" ); document.write( " \n" ); document.write( " |