document.write( "Question 35824: Here is my question, I must define variables and write adn equation to model each situation.\r
\n" );
document.write( "\n" );
document.write( "The total cost of lunch is $5.50 times the number of people at the table. \r
\n" );
document.write( "\n" );
document.write( "& \r
\n" );
document.write( "\n" );
document.write( "The cost of a telephone call is 75 cents plus 25 cents times the number of minutes.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you SOOO much.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #21929 by narayaba(40)![]() ![]() ![]() You can put this solution on YOUR website! Let cost of lunch be Y dollars \n" ); document.write( "Let number of people at the table be X \n" ); document.write( "the cost of lunch is $5.50 times number of people \n" ); document.write( "therefore Y = 5.5x\r \n" ); document.write( "\n" ); document.write( "similarly let cost of telephone call be Y cents \n" ); document.write( "Let the number of minutes be X \n" ); document.write( "then according to the problem to cost is 75 cents plus 25 cents times number of minutes\r \n" ); document.write( "\n" ); document.write( "Y = 75 +25x \n" ); document.write( " |