document.write( "Question 816870: A 60-foot rope is cut into four pieces, with each successive piece twice as long as the previous one. Find the length of the longest piece. \n" ); document.write( "
Algebra.Com's Answer #491758 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! d = 2c \n" ); document.write( "c = 2b \n" ); document.write( "b = 2a \n" ); document.write( "--- \n" ); document.write( "d = 8a \n" ); document.write( "c = 4a \n" ); document.write( "b = 2a \n" ); document.write( "--- \n" ); document.write( "a + b + c + d = 60 \n" ); document.write( "--- \n" ); document.write( "a + 2a + 4a + 8a = 60 \n" ); document.write( "15a = 60 \n" ); document.write( "--- \n" ); document.write( "a = 4 ft \n" ); document.write( "b = 8 ft \n" ); document.write( "c = 16 ft \n" ); document.write( "d = 32 ft \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "the longest piece is 32 ft \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |