1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Svetllana [295]
3 years ago
11

Kyle has a notebook for each of his 5 classes. He puts 6 stickers on each notebook. There are 10 stickers on each sheet. How man

y sheets of stickers will Kyle use? Choose the correct equation to solve. Use a variable for the unknown.
Computers and Technology
2 answers:
Maslowich3 years ago
5 0
X=5*6/10
x represents the number of sheets beeded
s344n2d4d5 [400]3 years ago
4 0

\bold{\boxed{\huge{\blue{\underline{Answer }}}}}

\bold{\underline{ Given}}

\sf{Kyle \:has \:a\: notebook \:for\: each \:of\: his \:classes\: that\: is, \:she \:has\: total \:5 \:notebooks }

\sf{He\: puts\: 6 \:stickers \:on \:each \:notebook }

\sf{There\: are\: 10 \:stickers \:on \:each\: sheet}

\bold{\underline{ Let's \:Begin}}

\sf{ let \:the\: value \:of \:total \:sheets \:be \: x }

\sf{\underline{ According \:to \:the\: question }}

\sf{ 5 × 6 = 10 × x }

\sf{ 30 = 10 × x }

\sf{ 30/10 = x }

\sf{ x = 3 }

\bold { Thus,\:  The\: total\: number\: of\: sheets\: will \:be \:used \:by\: Kyle\: is\: 3 }

\bold{\underline{Now }}

\sf{ Total\: number \:of\: stickers\: used\: by \:Kyle}

\sf{ = 10 × 3 }

\sf{ = 30}

\bold { Thus, \: The \:total\: number \:of \:stickers \:will \:be \:used\: by \:Kyle\: is \:30 }

\bold{\pink{ Hence, \: The\: total\: number\: of \:stickers \:and\: sheets\: used \:by \:Kyle \:will \:be\: 30 \:and \:3}}

You might be interested in
This is a quick and easy program that will let you practice the basics of the switch statement. You will ask the user to enter a
Nikolay [14]

Answer:

Explanation:

oof okay

5 0
3 years ago
What is the velocity of a 0.100kg car with a momentum of 5 kgm/s?
Cerrena [4.2K]

Answer:

v = 50 m/s

Explanation:

p = mv

5 = 0.1v

v = 50

4 0
3 years ago
The following equations estimate the calories burned when exercising (source): Men: Calories = ( (Age x 0.2017) — (Weight x 0.09
sdas [7]

Answer:

// program in Python.

#function to calaculate calories burned

def cal_burned(u_age, u_weight, heart_rate, time, gen):

   #variable

   cal = 0.0

   #for men

   if gen == 'm':

       cal = ((u_age * 0.2017) - (u_weight * 0.09036) + (heart_rate * 0.6309) - 55.0969) * time / 4.184

   #for women

   elif gen == 'f':

       cal = ((u_age * 0.074) - (u_weight * 0.05741) + (heart_rate * 0.4472) - 20.4022) * time / 4.184

#return calories burned

   return cal

#driver function

def main():

   #read age

   u_age=int(input('Enter age (years):'))

   #read weight

   u_weight=float(input('Enter weight (pounds):'))

   #read heart rate

   heart_rate=float(input('Enter heart rate (beats per minute):'))

   #read time

   time = int(input('Enter time (minutes):'))

#call function for Men

   calories_man=cal_burned(u_age,u_weight,heart_rate,time,'m')

#call function for women

   calories_women=cal_burned(u_age,u_weight,heart_rate,time,'f')

#print calories burned for Men

   print('Men: {:.2f} calories'.format(calories_man))

#print calories burned for women

   print('Men: {:.2f} calories'.format(calories_women))

#call main function

main()

Explanation:

Read age, weight, heart rate and time from user.Then call the function cal_burned() with all the input and a character parameter for men.This function will calculate  and return the total calories burned by the men.Similarly call the function again for women, Then it will return the calories burned by women.Print the calories burned by men and women.

Output:

Enter age (years):25                                                                                                      

Enter weight (pounds):180                                                                                                  

Enter heart rate (beats per minute):145                                                                                    

Enter time (minutes):50                                                                                                    

Men: 300.68 calories                                                                                                      

Men: 429.71 calories  

8 0
4 years ago
Show the exact output of the following codesegments:(a) for(x=0; x<20; x=x+2)cout<< x << ‘ ‘;cout<< endl ;(
egoroff_w [7]

Answer:

a)

for(x=0;x<20;x=x+2)

cout<< x << ' ';

cout<< endl ;

<u>Output</u>

0 2 4 6 8 10 12 14 16 18

In this code we are initialing x with 0, check if it is less than 20, then printing the value 0.

Then we increment x value with 2 and check and print again until the x value tends to be equal or more than 20.

<u>C++ program for verifying</u>

#include <iostream>

using namespace std;

int main()

{

   int x;

   for( x=0;x<20;x=x+2)

      cout<< x << ' ';

      cout<< endl ;

   return 0;

}

<u>Output</u>

0 2 4 6 8 10 12 14 16 18

(You can check on any ide for confirmation)

b)

i=10;

for (;i>0; i =i/2;)

cout<< i;

This code will produce error expected ‘)’ before ‘;’ token

  for(;i>0; i =i/2;)

because for loop consist three parameters and in this loop there are 4 parameters.

If we remove semicolon after i/2,

for(;i>0; i =i/2)

then it will produce an output.

10 5 2 1

<u>C++ program for verifying</u>

#include <iostream>

using namespace std;

int main() {

int i=10;

 for(;i>0; i =i/2;)

 cout<< i;

return 0;

}

<u>Output</u>

Error-expected ‘)’ before ‘;’ token

  for(;i>0; i =i/2;)

3 0
3 years ago
You are building an L1 data cache for a 32-bit ARMv8 processor. It has a total capacity of 512 MB bytes. It is 4-way set associa
Flura [38]

Answer:

See explaination

Explanation:

If the computer processor can find the data it needs for its next operation in cache memory, it will save time compared to having to get it from random access memory. L1 is "level-1" cache memory, usually built onto the microprocessor chip itself.

The level 1 cache is a memory cache which is built directly into the microprocessor, which is used for storing the microprocessor's recently accessed information, thus it is also called the primary cache.

See the attached file for detailed and step by step solution suitable for the given problem.

See attachment.

8 0
4 years ago
Other questions:
  • according to the National Automobile Dealers Association, a single dealership may employ people with as many as 57 different A.
    6·1 answer
  • An art board on which text and graphics are pasted is known as a __?
    12·1 answer
  • Rita wants to know the size of each image in a folder. Which view will help her find this information quickly?
    13·1 answer
  • Papa Mario of Mario's Pizzeria has baked a huge pizza and cut it into n slices, but he is clumsy and the pizza wasn't evenly sli
    14·1 answer
  • to access your course materials such as reading, textbooks, and other lesson content, it would be best to go to the?
    5·1 answer
  • Try to figure out who the ideal customer is for the IPhone X
    15·2 answers
  • Who is your favorite<br><br> A. Jacksepticeye<br><br> B. SSSniperwolf<br><br> C. Markiplier
    11·2 answers
  • 4.1 code practice python
    13·1 answer
  • Say true or false. a)ICT in education is used as teaching learning aid
    9·1 answer
  • A Social agency hires Accenture to improve training and experiences for caseworkers. What is one way Accenture can use Virtual R
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!