document.write( "Question 813634: John is 1 year old. Johns sister is half his age. When john is 100 years old, How old is his sister? \n" ); document.write( "
Algebra.Com's Answer #489832 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! j = 1 \n" ); document.write( "s = j - (1/2) \n" ); document.write( "--- \n" ); document.write( "j = 100 \n" ); document.write( "s = j - (1/2) \n" ); document.write( "s = 100 - (1/2) \n" ); document.write( "s = 99 + (1/2) \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "when john is 100 his sister is 99 and 1/2 years old \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( " |