Предмет: Математика, автор: d2828027

110. 1) (12m - 5m) 4 = 252; 2) (4n+ 3n) 11 = 154; 3) 45 (4mm) = 3; . 4) (19n6n) : 4 = 26; 5) (16m + 5m): 18 = 7; 6) (17n8n) 13 = 351. . ПОМОГИТЕ СРОЧНО ​

Ответы

Автор ответа: iramazurk
1

Пошаговое объяснение:

(12m - 5m)4 = 252

7m * 4 = 252

28m = 252

m = 252 : 28

m = 9

(4n + 3n)11 = 154

7n * 11 = 154

77n = 154

n = 154 : 77

n = 2

(16m + 5m) : 18 = 7

21m : 18 = 7

21m = 7 * 18

21m = 126

m = 126 : 21

m = 6

Похожие вопросы
Предмет: Информатика, автор: maxkipeniak
package com.example.newgenommod;

import net.minecraft.block.BlockState;
import net.minecraft.block.CropsBlock;
import net.minecraft.item.ItemStack;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.BlockRayTraceResult;
import net.minecraft.world.World;

public class GenomCropBlock extends CropsBlock {

public GenomCropBlock(Properties builder) {
super(builder);
}

@Override
public void onBlockActivated(BlockState state, World worldIn, BlockPos pos, net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.Hand handIn, BlockRayTraceResult hit) {
if (!worldIn.isRemote) {
ItemStack heldItem = player.getHeldItem(handIn);
if (heldItem.isEmpty()) {
// When right-clicked with an empty hand, display the genome
String genome = getGenome(state);
player.sendMessage(new StringTextComponent("Genome: " + genome));
}
}
}

// Custom method to get the genome from the block state
private String getGenome(BlockState state) {
// You'll need to implement your own logic to determine the genome based on the block state
// For demonstration purposes, I'll return a static genome string
return "xyxxzoy";
}

// Custom method to handle the growth and yield based on the genome
@Override
protected int getBonemealAgeIncrease(World worldIn) {
// You'll need to implement your own logic to calculate the bonemeal age increase
// based on the genome. For demonstration purposes, I'll return a static value.
return 1;
}

// Custom method to handle the yield based on the genome
@Override
public ItemStack getItem(IBlockReader worldIn, BlockPos pos, BlockState state) {
// You'll need to implement your own logic to calculate the yield based on the genome
// For demonstration purposes, I'll return a static item stack.
return new ItemStack(Items.WHEAT);
}
}

Як створити з цього коду майнкрафт мод (поясніть нормально не туда сюда і готово)
Предмет: Русский язык, автор: Аноним
Предмет: История, автор: samatsol007