document.write( "Question 1000256:  Write a function to describe each of the following scenarios..\r
\n" );
document.write( "\n" );
document.write( "The height of a tree in yards of you know that it is M ft. tall \n" );
document.write( "
| Algebra.Com's Answer #617830 by fcabanski(1391)      You can put this solution on YOUR website! There are 3 feet in a yard. So y (yards) = M/3. 
 |