document.write( "Question 329629: You are building a landscape garden and want to spend no less than $3,000 and no more than $8,000. You need 35 tons of rock, each costs $60 and each tree costs $99. How many trees can you buy out of a budget of $24,000? Show your answer using inequalities.
\n" ); document.write( "Also want to map (6,15), what is the y-intercept.
\n" ); document.write( "

Algebra.Com's Answer #236294 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x is what you want to spend.
\n" ); document.write( "3000 <= x <= 8000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You need 35 tons of rocks.
\n" ); document.write( "Each rock costs $60 and each tree costs $99.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "How many trees can you buy out of a budget of $24,000?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You need 35 tons of rocks at $60 a ton.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This means that you need a total of 35 * 60 = $2100 for rocks.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you spend $3000 on the garden, then the number of trees you can buy would be equal to $3000 - $2100 / $99 = 9.09..... which rounds out to 9 trees.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you spend $8000 on the garden, then the number of trees you can buy would be equal to $8000 - $2100 / $99 = 59.59..... which rounds out to 59 trees.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since you do not want to spend less than $3,000 and you do not want to spend more than $8,000 then the fact that you have a budget of $24,000 is irrelevant.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you spend as little as $3,000, then $21,000 remains as cash available for future projects.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you spend as much as $8,000, then $16,000 remains as cash available for future projects.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Your formula for the number of trees you can buy would be as follows:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x >= $3000
\n" ); document.write( "x <= $8000
\n" ); document.write( "budget = $24000
\n" ); document.write( "rocks = $60 * 35 = 2100
\n" ); document.write( "trees = (x - 2100) / 99 truncated to the nearest integer that is less than that value.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can graph this as follows:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"graph%28600%2C600%2C-1%2C10%2C-10%2C80%2C%281000%2Ax-2100%29%2F99%2C9%2C59%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "On this graph, the value of x is given in thousands.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3 = 3000
\n" ); document.write( "8 = 8000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The value of y is the numnber of trees you can buy.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I set y = 9 and y = 59 to show you that these values occur at around x = 3 and x = 8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This means that when x = 3000, 9 trees can be bought.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this also means that when x = 8000, 59 trees can be bought.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can plot the number of tree you can buy in between by looking at the graph or by solving the equation for any value of x between 3000 and 8000.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation used to solve is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = (x-2100)/99 truncated to the nearest integer smaller than or equal to y.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For example:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "When x = 5000, the equation becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = (5000 - 2100) / 99 = 29.29..... which truncates to 29.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Look on the graph and you will see that when y = 29, the value of x is somewhere around 5.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Here's the graph again, with the value of y = 29 shown.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"graph%28600%2C600%2C-1%2C10%2C-10%2C80%2C%281000%2Ax-2100%29%2F99%2C29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In these graphs, the value of x below 3 and above 8 are irrelevant and not to be considered.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation for how much money is left in the budget would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = $24000 - x.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this case y would equal the money that is left in the budget.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The graph for the money that is left in the budget is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"graph%28600%2C600%2C-1%2C10%2C-10%2C30%2C%2824000+-+1000%2Ax%29%2F1000%2C16%2C21%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this graph, y represents the amount of money that is left in the budget in thousands of dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "$24,000 equals 24 on the graph\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this graph, x represents the amount of money that is spent on the project in thousands of dollars.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "$3000 = 3 on the graph
\n" ); document.write( "$8000 = 8 on the graph.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The only values of x that are relevant would be the values of x from 3 to 8.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can see that when x = 3, y = 21 which means that $21,000 is left in the budget after $3000 was spent.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can also see that when x = 8, y = 16 which means that $16,000 is left in the budget after $8000 was spent.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );