document.write( "Question 502438: Mr. Snow bought several large fries at 140 cents each. Mr. Sidney bought 2 more fries than Mr. Snow, but his where meduim fries which only cost 90 cents each. Together they spent $11. How many meduim fries did Sidney buy?\r
\n" );
document.write( "\n" );
document.write( "Here is what I've got so far:
\n" );
document.write( "x = number of fries Sidney bought
\n" );
document.write( "x-2 = number of fries Snow bought
\n" );
document.write( "140(x-2)= cost of Snow's fries
\n" );
document.write( "90x = cost of Sidney's fries
\n" );
document.write( "the correct answer is x = 6, I just can't figure out how to get it.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #338857 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Mr. Snow bought several large fries at 140 cents each. Mr. Sidney bought 2 more fries than Mr. Snow, but his where meduim fries which only cost 90 cents each. Together they spent $11. How many meduim fries did Sidney buy? \n" ); document.write( "=============================================================== \n" ); document.write( "Let n = the number of medium fries \n" ); document.write( "Then n-2 = the number of large fries \n" ); document.write( "We can write the following formula for the total cost: \n" ); document.write( "140(n-2) + 90n = 1100 [in cents] \n" ); document.write( "Solve for n: \n" ); document.write( "140n - 280 + 90n = 1100 \n" ); document.write( "230n = 1380 \n" ); document.write( "n = 6 \n" ); document.write( "Therefore Sidney bought 6 fries \n" ); document.write( " \n" ); document.write( " |