document.write( "Question 1169411: You are comparing cell phone plans. Verizon says each phone line is $40 and there is a start up fee of $60. T-Mobile says each line costs $25 and the initial fee is $150. Find the number of phones and the cost each plan will be when the plans cost the same. \n" ); document.write( "
Algebra.Com's Answer #794143 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "let the number of the phone lines be \"x\" and total cost of the plan \"y\"\r
\n" ); document.write( "\n" ); document.write( "if Verizon says each phone line is $\"40\" and there is a start up fee of $\"60\", we have
\n" ); document.write( "\"y=40x%2B60\".....eq.1\r
\n" ); document.write( "\n" ); document.write( "if T-Mobile says each line costs $\"25\" and the initial fee is $\"150\", we have\r
\n" ); document.write( "\n" ); document.write( "\"y=25x%2B150\".....eq.2\r
\n" ); document.write( "\n" ); document.write( "the number of phones and the cost each plan will be when the plans cost the same will be\r
\n" ); document.write( "\n" ); document.write( "\"40x%2B60=25x%2B150\"\r
\n" ); document.write( "\n" ); document.write( "\"40x-25x=150-60\"\r
\n" ); document.write( "\n" ); document.write( "\"15x=90\"\r
\n" ); document.write( "\n" ); document.write( "\"x=6\"\r
\n" ); document.write( "\n" ); document.write( "check if \"6\" phone lines cost same:\r
\n" ); document.write( "\n" ); document.write( "Verizon :
\n" ); document.write( "\"y=40x%2B60\".....eq.1
\n" ); document.write( "\"y=40%2A6%2B60\"
\n" ); document.write( "\"y=240%2B60\"
\n" ); document.write( "\"y=300\"\r
\n" ); document.write( "\n" ); document.write( "T-Mobile:
\n" ); document.write( "\"y=25x%2B150\".....eq.2
\n" ); document.write( "\"y=25%2A6%2B150\"
\n" ); document.write( "\"y=150%2B150\"
\n" ); document.write( "\"y=300\"\r
\n" ); document.write( "\n" ); document.write( "both are same, so it's true\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );