document.write( "Question 1098142: Jessie has a piece of wood that is 8 feet long. He needs to cut pieces that are 7/8 of a foot long. How many pieces will he be able to make \n" ); document.write( "
Algebra.Com's Answer #805109 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! # pieces = (length of wood)/(length of piece) \n" ); document.write( "= 8/(7/8) \n" ); document.write( "= 64/7 pieces (or 9 pieces if rounded down to the nearest integer) \n" ); document.write( " |