document.write( "Question 61775This question is from textbook
\n" );
document.write( ": Ok how about one more: Leonardo da Vinci measured various distances on the human body in order to make accurate drawings. He determined that generally the ratio of the kneeling height of a person to the standing height of that person was 3/4. Using this ratio, determine how tall a person is who has a kneeling height of 48 in. \n" );
document.write( "
Algebra.Com's Answer #42522 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! k = kneeling height \n" ); document.write( "s = standing height \n" ); document.write( "k/s = 3/4 \n" ); document.write( "3/4 = 48/s \n" ); document.write( "3s = 4*48 \n" ); document.write( "3s = 192 \n" ); document.write( "s = 64 in \n" ); document.write( " |