document.write( "Question 351252: A student is building a bookcase with stepped shelves for her dorm room. She buys a 48 inch board and wants to cut the board into 3 consecuive even integers. find the 3 board lengths. \n" ); document.write( "
| Algebra.Com's Answer #251017 by rfer(16322)      You can put this solution on YOUR website! x+x+2+x+4=48 \n" ); document.write( "3x=42 \n" ); document.write( "x=14 \n" ); document.write( "x+2=16 \n" ); document.write( "x+4=18 \n" ); document.write( " |