document.write( "Question 1086082: In New York, the verrazano bridge charges a toll of $15. Thr Bronx-Whitestone bridge.charges $7.50. Suppose you use each.bridge some number of times, for a total of 11 uses. If you spend 105 in total on tolls, how many times did you use each bridge? \n" ); document.write( "
Algebra.Com's Answer #700228 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Let \n" ); document.write( "x = number of times the Verrazano bridge is crossed \n" ); document.write( "y = number of times the Bronx-Whitestone bridge is crossed \n" ); document.write( "x and y are positive whole numbers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "They must add to 11 because we're told \"you use each bridge...for a total of 11 uses\" \n" ); document.write( "x+y = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for y to get \n" ); document.write( "x+y = 11 \n" ); document.write( "x+y-x = 11-x \n" ); document.write( "y = 11-x \n" ); document.write( "We'll use this equation later\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It costs $15 to cross the Verrazano bridge. If you cross it x times, then you spend 15*x dollars for this bridge alone.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It costs $7.50 to cross the Bronx-Whitestone bridge. If you cross this bridge y times, then it costs 7.50*y dollars just for this bridge alone\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In total, it will cost you 15*x + 7.50*y dollars for both bridges combined. This total is equal to $105.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we have this equation \n" ); document.write( "15*x + 7.50*y = 105\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Replace y with 11-x. This works because y = 11-x is the equation we found earlier \n" ); document.write( "15*x + 7.50*y = 105 \n" ); document.write( "15*x + 7.50*( y ) = 105 \n" ); document.write( "15*x + 7.50*( 11-x ) = 105\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now solve for x \n" ); document.write( "15*x + 7.50*( 11-x ) = 105 \n" ); document.write( "15*x + 7.50*( 11 ) + 7.50*( -x ) = 105 \n" ); document.write( "15*x + 82.5 - 7.50*x = 105 \n" ); document.write( "7.5*x + 82.5 = 105 \n" ); document.write( "7.5*x + 82.5 - 82.5 = 105 - 82.5 \n" ); document.write( "7.5*x = 22.5 \n" ); document.write( "7.5*x/7.5 = 22.5/7.5 \n" ); document.write( "x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You used the Verrazano bridge 3 times\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use x = 3 to find y \n" ); document.write( "y = 11-x \n" ); document.write( "y = 11-3 \n" ); document.write( "y = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You used the Bronx-Whitestone bridge 8 times \n" ); document.write( " \n" ); document.write( " |