Answer:
-5.625 in/hour
Step-by-step explanation:
−2 1/4 * 2 1/2 = -5.625 in/hour
Let's say Jackson's age now is x.
In 20 years, (so 20+x), Jackson seven years ago will be 2/5ths of that age.
So 2/5(20+x)=x-7
Then you solve the equation
8+2/5x=x-7
15=3/5x
x=25
Jackson is 25 years old.
Let's check our answer! In 20 years, Jackson will be 45. 7 years ago, he was 18. 2/5 of 45 is 18. Our answer is correct!
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, "%")
}
A' (0,4) respuesta es
espero que te sirva marcarme como mejor respuesta PORFA y gracias
Answer:

Step-by-step explanation:
Hello,
Touchdown is 7 points, field goals is 3 points
Let's note a the number of touchdowns and b the number of field goals, we can write
(1) a + b = 80
(2) 7a + 3b = 516
(2) - 3*(1) gives
7a + 3b - 3(a + b) = 516 - 3*80
<=> 7a + 3b -3a - 3b = 516 - 240 = 276
<=> 4a = 276
<=> 
And then from (1) b = 80 - 69 = 11
Hope this helps