document.write( "Question 773883: According to the American podiatric association, the bones in your foot accounts for 1/4 of all the bones in your body. If N is the number of bones in your Body express the number of bones in your foot in terms of the number of bones in your body \n" ); document.write( "
Algebra.Com's Answer #471909 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! number of bones in foot = (1/4)*(number of bones in body)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of bones in foot = (1/4)*(N)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of bones in foot = (1/4)*(N/1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of bones in foot = (1*N)/(4*1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of bones in foot = N/4 \n" ); document.write( " |