document.write( "Question 112921: Hello, I am working on a problemn that goes like this: The cost of a long-distance telephone call is $0.36 for the first minute and $0.21 for each additional minute or portion thereof. Write an inequality representing the number of minutes a person could talk without exceeding $3.
\n" );
document.write( "What I have for the inequality so far is this: x=0.36+0.21x=$3.00, am I even close on this?
\n" );
document.write( "Thank you for your help,
\n" );
document.write( "Barb Neely \n" );
document.write( "
Algebra.Com's Answer #82299 by ptaylor(2198) You can put this solution on YOUR website! SEE IF YOU CAN FOLLOW MY APPROACH, BARB. I LIKE TO LAY OUT WORD PROBLEMS SO I CAN CLEARLY SEE WHAT THE UNKNOWNS REPRESENT AND HOW THEY RELATE TO OTHER COMPONENTS OF THE PROBLEM. \n" ); document.write( "Let x=number of minutes a person can talk without exceeding $3. \n" ); document.write( "Now we are told that the cost of talking x minutes=$0.36+0.21(x-1) and we are also told that this has to be less than or equal to $3. So our inequality is:\r \n" ); document.write( "\n" ); document.write( "$0.36+$0.21(x-1)<=$3 get rid of parens\r \n" ); document.write( "\n" ); document.write( "$0.36+$0.21x-$0.21<=$3 simplify \n" ); document.write( "$0.15+$0.21x<=$3 subtract $0.15 from both sides\r \n" ); document.write( "\n" ); document.write( "$0.15-$0.15+$0.21x<=$3-$0.15 collect like terms\r \n" ); document.write( "\n" ); document.write( "$0.21x<=$2.85 divide both sides by $0.21\r \n" ); document.write( "\n" ); document.write( "x<=13.5714 minutes but we would be charged for 14 minutes\r \n" ); document.write( "\n" ); document.write( "14 minutes would cost $0.36+13*$0.21=$0.36+$2.73=$3.09 and this breaks the bank so we have to round down to the nearest minute:\r \n" ); document.write( "\n" ); document.write( "x<=13 minutes---------ans\r \n" ); document.write( "\n" ); document.write( "CK\r \n" ); document.write( "\n" ); document.write( "$0.36+12*$0.21=$0.36+$2.52=$2.88 and \n" ); document.write( "$2.88<=$3.00------------------one more minute or portion thereof would break the bank\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |