document.write( "Question 371318: A panda can eat the leaves from a certain bamboo stem in 14 minutes. Together, two pandas could eat the leaves from that same stem in 9 minutes. how long would it take the second panda to eat the leaves from the stem by itself? \n" ); document.write( "
Algebra.Com's Answer #264521 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! A panda can eat the leaves from a certain bamboo stem in 14 minutes. Together, two pandas could eat the leaves from that same stem in 9 minutes. how long would it take the second panda to eat the leaves from the stem by itself?\r \n" ); document.write( "\n" ); document.write( "Let x = the number of minutes it would take the second panda to eat the leaves from the stem by itself\r \n" ); document.write( "\n" ); document.write( "1/14 + 1/x = 1/9\r \n" ); document.write( "\n" ); document.write( " 1/x = 1/9 - 1/14 \n" ); document.write( " 1/x = (14 - 9)/126 \n" ); document.write( " 1/x = 5/126 \n" ); document.write( " x = 126/5 \n" ); document.write( " x = 25.2 \n" ); document.write( " |