\n" );
document.write( "Hi \n" );
document.write( "Keyanna is 3 years younger than 4 times the age of her sister Breanna. \n" );
document.write( "Need more info to determine their respective ages:\r \n" );
document.write( "\n" );
document.write( "Note: Letting x and y being the respective ages of Keyanna and Breanna \n" );
document.write( " We would have: x-3 = 4y. \n" );
document.write( "However,that leaves us with two unknowns and just one equation.