document.write( "Question 1171377: Hank, Laura, and Ned are ages h, l, and n, respectively. The sum of their ages is 15 years. Laura is one year younger than the sum of Hank and Ned's ages. Ned is three times as old as Hank. Use MATRICES to determine the age of each sibling. \n" ); document.write( "
Algebra.Com's Answer #796344 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Hank           h\r\n" );
document.write( "Laura          L     h+n-1\r\n" );
document.write( "Ned            n     3h\r\n" );
document.write( "SUM           15\r\n" );
document.write( "

\n" ); document.write( "\"system%28h%2BL%2Bn=15%2CL=h%2Bn-1%2Cn=3h%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28h%2BL%2Bn=15%2Ch-L%2Bn=1%2C3h%2B0-n=0%29\"----------This may be a way to start, if you insist on matrix. (Easier to solve without matrices).
\n" ); document.write( "
\n" );