document.write( "Question 379501: Most staircase in use today have 9 inch treads and 8.5 inch risers. What is the slope of a staircase with these measurements? \n" ); document.write( "
| Algebra.Com's Answer #269461 by rfadrogane(214)     You can put this solution on YOUR website! Most staircase in use today have 9 inch treads and 8.5 inch risers. What is the slope of a staircase with these measurements? \n" ); document.write( " Sol'n: \n" ); document.write( " let: m - the slope of the staircase \n" ); document.write( " m = riser/tread = rise/run = (y2-y1)/(x2-x1) \n" ); document.write( " m = 8.5/9 \n" ); document.write( " m = 17/18 ----answer \n" ); document.write( " \n" ); document.write( " |