document.write( "Question 201938: How do I convert the following word problem to an rational expression?
\n" );
document.write( "1) What are the first 3 digits of your phone number? (do NOT include your area code)
\n" );
document.write( "2) Multiply by 80
\n" );
document.write( "3) Add 1
\n" );
document.write( "4) Multiply by 250
\n" );
document.write( "5) Add in the last four digits of phone number
\n" );
document.write( "6) Add in the last four digits of phone number again
\n" );
document.write( "7) Subtract 250
\n" );
document.write( "8) Divide by 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #152165 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! try this \n" ); document.write( "x= first three numbers \n" ); document.write( "y= last four numbers \n" ); document.write( "(x*80+1*250+2y-250)/2=\r \n" ); document.write( "\n" ); document.write( "that doesn't look right if you follow the order of operations, but if you just walk through it, it works ok. \n" ); document.write( " |