document.write( "Question 819478: Kim and Leon exercise a total of 20 hours each week. Leon exercises 2 hours less than 3 times
\n" );
document.write( "the number of hours Kim exercises. How many hours does each exercise?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #493116 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! k + L = 20 \n" ); document.write( "L = 3k - 2 \n" ); document.write( "--- \n" ); document.write( "k + L = 20 \n" ); document.write( "k + 3k - 2 = 20 \n" ); document.write( "4k = 22 \n" ); document.write( "--- \n" ); document.write( "k = 5.5 \n" ); document.write( "L = 14.5 \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( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |