document.write( "Question 1054184: The ratio of the price of two house is 16:23.two years later the price of the first had raised by 10% and that of the second by $477.the ratio of the price became 11:20.find the original prices of the houses. \n" ); document.write( "
Algebra.Com's Answer #669381 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let a equal the price of the first home.
\n" ); document.write( "let b equal the price of the second home.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the ratio of the price of the first home to the price of the second home is equal to 16/23.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that the price of the first home divided by the price of the second home is equal to 16/23.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a/b = 16/23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "after 2 years the price of the first home has increased to 1.1 times its original amount.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "after 2 years the price of the second home has increased by 477 dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "after 2 years, the ratio of the first home to the price of the second home is equal to 11/20.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means that the price of the first home divided by the price of the second home has become 11/20.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(1.1 * a) / (b + 477) = 11/20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 2 equations that need to be solved simultaneously.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a/b = 16/23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(1.1 * a) / (b + 477) = 11/20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the first equation, solve for a to get a = 16/23 * b.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the second equation, replace a with 16/23 * b to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(1.1 * 16/23 * b) / (b + 477) = 11 / 20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "17.6 / 23 * b / (b + 477) = 11 / 20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by 20 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "352 / 23 * b / (b + 477) = 11\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by 23 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "352 * b / (b + 477) = 253\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by (b + 477) to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "352 * b = 253 * (b + 477)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "352 * b = 253 * b + 120681\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract 253 * b from both sides of this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "352 * b - 253 * b = 120681\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "99 * b = 120681\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "divide both sides of this equation by 99 to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b = 120681 / 99 = 1219\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since you know that a = 16/23 * b, this means that a = 848.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the price of the first home is currently 848.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the price of the second home is currently 1219\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the ratio of the first home to the second home is 848 / 1219 = 16/23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in 2 years, the price of the first home will be 848 * 1.1 = 932.8.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in 2 years, the price of the second home will be 1219 + 477 = 1696.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in 2 years, the ratio of the price of the first home to the price of the second home will be 932.8 / 1696 = 11/20.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "numbers look good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the price of the first home is currently 848.
\n" ); document.write( "the price of the second home is currently 1219.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );