Y=6+2x
Since y equals the total cost, it will be on its own in the equation. 6 dollars is a set amount, meaning that no matter how many apples they pick it’ll stay the same. HOWEVER, the cost will change depending on how many pound of apples they get
Every pound of apples is equal to 2 dollars, and since x stands for pounds of apples, it’ll be ( ex: x = 2, so 2x = 2(2) = 4)
So the equation will be y = 6 + 2x
I hope this helps
Answer: C. Along the rows and columns .
Step-by-step explanation:
Answer:
d
Step-by-step explanation:
i know it's rhe right answer
Answer:
Step-by-step explanation: if there are 500 pieces of paper and the entire stack is 1.875 inches tall, you devide the total height by 500. I know Deigo is wrong because you can easily reverse check his work by multiplying 0.015 by the total number of papers 500 you will get 7.5 which is not the height of the stack
1.875/500=0.00375
each piece of paper is 0.00375
Answer:
Step-by-step explanation:
// Build on Thu Oct 20 21:06:21 CEST 2011 for language "en"
myHostname = window.location.hostname;
var myTLD = "." + myHostname.substring(myHostname.indexOf("wupload") + "wupload.".length).split(".")[0];
function afterLoad() {
return
}
ieFixForFileSelectionOnChangeEventTimer = null;
function ieFixForFileSelectionOnChangeEvent(a) {
$("#siteName").toggle();
if ($("#inputFileSelection").val() == "") {
ieFixForFileSelectionOnChangeEventTimer = setTimeout("ieFixForFileSelectionOnChangeEvent()", 200)
} else {
$("body")[0].focus()
}
}
function urlencode(a) {
return escape(a.toString().replace(/%/g, "%25").replace(/\+/g, "%2B")).replace(/%25/g, "%")
}