document.write( "Question 1199918: Mulch is sold by the cubic yard. To estimate number of cu. yds. needed for a circular bed, determine sq. footage.\r
\n" );
document.write( "\n" );
document.write( "Sq. footage = area of circle (pi * r^2).\r
\n" );
document.write( "\n" );
document.write( "3.1416 * 10^2 = 314 sq. ft. (10 ft. is example). \r
\n" );
document.write( "\n" );
document.write( "Convert sq. ft. to cu. ft.\r
\n" );
document.write( "\n" );
document.write( "Depth of mulch in inches.\r
\n" );
document.write( "\n" );
document.write( "314 * 4 (depth wanted) = 1256\r
\n" );
document.write( "\n" );
document.write( "Divide by 324: 1256 / 324 = 3.876 = 4 cu. yds.\r
\n" );
document.write( "\n" );
document.write( "My question: What does the 324 signify?\r
\n" );
document.write( "\n" );
document.write( "Note: 324 is used also for a square or rectangular bed (after obtaining sq. footage, multiply by depth of mulch needed, and again / by 324.)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #833898 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Apparently you are following a process defined by the resource you are using.... \n" ); document.write( "If you are just interested in getting the answer without understanding why the process works, then okay. But the process is a VERY POOR process for understanding how to calculate the number of cubic yards. \n" ); document.write( "And obviously, with the question you are asking, you do NOT understand why the defined process works. And that is as it should be, because the process is NOT a good one. \n" ); document.write( "The problem is that the defined process uses square feet to find the area of the garden, and inches for the depth of the mulch; and it wants the volume of mulch in cubic yards. Doing calculations with mixed units and then getting the final answer by dividing by the mystery number 324 is NOT good practice. \n" ); document.write( "Once again, if you do gardening for a living and just want a blind process for calculating cubic feet of mulch, then go ahead and us the defined process. \n" ); document.write( "But it is not good mathematical practice. \n" ); document.write( "The division by 324 (for any shape garden) comes from two places. \n" ); document.write( "(1) There are 12 inches in a foot; so when you multiply the area in square feet by the depth in inches, your resulting volume in cubic feet is too large by that factor of 12. \n" ); document.write( "and \n" ); document.write( "(2) There are 3^3 = 27 cubic feet in a cubic yard, so you need to divide the volume in cubic feet by 27 to get the volume in cubic yards. \n" ); document.write( "And 12*27 = 324 -- so the calculation by the defined process is too large by a factor of 324, so the last step in the defined process is to divide your answer in mixed units by 324. \n" ); document.write( "Mathematically a much better process.... \n" ); document.write( "(1) area (in square feet) = 3.14(10^2) = 314 \n" ); document.write( "(2) volume (in cubic feet) = area (in square feet) times depth (in feet) = 314(4/12) = 314(1/3) = 314/3 \n" ); document.write( "(3) volume (in cubic yards) = volume (in cubic feet) divided by 27 (cubic feet per cubic yard) = (314/3)/27 = 314/81 = 3.876 \n" ); document.write( " \n" ); document.write( " |