document.write( "Question 987515: a gym has two kinds of memberships. Plan A charges $70 a year plus $2 per visit. Plan B charges $10 a year plus $6 per visit. how many visits to the gym are necessary for the cost of Plan A to be the same as the cost of Plan B? write a system and solve it. \n" ); document.write( "
Algebra.Com's Answer #608261 by algebrahouse.com(1659)\"\" \"About 
You can put this solution on YOUR website!
Plan A
\n" ); document.write( "C = 2v + 70 {charges $70 per year plus $2 per visit}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plan B
\n" ); document.write( "C = 6v + 10 {charges $10 per year plus $6 per visit}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2v + 70 = 6v + 10 {set them equal to determine how many visits are necessary for A to be the same as B}
\n" ); document.write( "70 = 4v + 10 {subtracted 2v from each side}
\n" ); document.write( "60 = 4v {subtracted 10 from each side}
\n" ); document.write( "v = 15 {divided each side by 4}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "15 visits are necessary for Plan A to be the same as Plan B
\n" ); document.write( "
For more help from me, visit: www.algebrahouse.com


\n" ); document.write( "
\n" );