Answer:
multiply 12*7
Step-by-step explanation:
Answer:
Market Price = MP
Cost Price = CP
P1 = (MP - 10%) - CP = Rs8
- CP = Rs8 - 0.90% MP
CP = 0.90 MP - Rs8
P2 = MP - CP = Rs20
- CP = Rs20 -MP
CP = MP - Rs20
0.90 MP - Rs8 = MP - Rs20
- 0.10% MP = - Rs12
0.10% MP = Rs 12
MP = Rs120p
CP = MP - Rs20 = Rs120 - Rs20 = Rs100.
The cost price of the item is Rs100.
Step-by-step explanation:
Hope this helps u
Crown me as brainliest:)
A(x) = 3x - 12
b(x) = x - 9
a(b(x)) = a(x - 9) = 3(x - 9) - 12 = 3x - 27 - 12 = 3x - 39
a(b(x)) = 3x - 39
1 cup cuz they can’t deside so I’ll help them pick
Instance variables are often called "fields" to help distinguish them from other variables you might use.
<h3>What are Instance variables?</h3>
Instance variables are defined within a class but outside of any method, constructor, or block.
Some key points related to Instance variables are-
- When heap space is allocated to an object, a slot is created for every instance variable value.
- Whenever an object is created with keyword 'new,' instance variables are created, and they are destroyed whenever the object is destroyed.
- Instance variables store values that need to be referenced by multiple methods, constructors, or blocks, as well as vital components of an entity's state which must be available throughout the class.
- Before or after use, instance variables could be declared just at class level.
- Variables, for example, can be given access modifiers.
- Only those methods, constructors, and blocks in the class have access to the instance variables.
To know more about the Instance variables, here
brainly.com/question/13014011
#SPJ4