document.write( "Question 1104046: Mrs. Flanagan manages a hotel. One day, she received a certain number of
\n" );
document.write( "cancellations. Then she received reservations that were 13 more than 4 times the
\n" );
document.write( "number of cancellations. There were 79 hotel reservations in all.
\n" );
document.write( "How many cancellations did Mrs. Flanagan receive? \n" );
document.write( "
Algebra.Com's Answer #718798 by Theo(13342)![]() ![]() You can put this solution on YOUR website! net reservations = reservations - cancellations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let n represent net number of reservations. \n" ); document.write( "let r represent number of reservations. \n" ); document.write( "let c represents number of cancellations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula becomes n = r - c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that net number of reservations are 79.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these would be reservations that haven't been cancelled.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula of n = r - c becomes 79 = r - c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that number of reservations are 13 more than 4 times cancellations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "formula for that would be r = 4 * c + 13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since r = 4 * c + 13, replace r with 4 * c + 13 in formula of 79 = r - c to get 79 = 4 * c + 13 - c\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 79 = 3 * c + 13.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 13 from both sides of this equation to get 66 = 3 * c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for c to get c = 22.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "go back to the equation of 79 = r - c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when c = 22, this equation becomes 79 = r - 22.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add 22 to both sides of this equation to get 101 = r\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there were 101 reservations made. \n" ); document.write( "there were 22 cancellations. \n" ); document.write( "the net reservations were 104 - 22 = 79.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since you were only asked to find the number of cancellations, then your solution is 22. \n" ); document.write( " |