# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-5/13
Exercises: Try Out - Set 5: Real exam simulation to sharpen your skills and build confidence. - Problem 13
---
## Exercise 13
### Question
export const metadata = {
title: "Problem 13",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
The ratio of the length between the drawing and the original is as follows:
drawing size : original size = .
If there is a rectangular field with an area of and a length of , then the width of the field in the drawing is ... cm.
### Choices
- [ ] $$12$$
- [x] $$6$$
- [ ] $$5$$
- [ ] $$4$$
- [ ] $$3$$
### Answer & Explanation
export const metadata = {
title: "Solution to Problem 13",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/23/2025",
};
First, we find the actual width of the field.
Given the area of the field and length .
Then the actual width () is:
Next, we convert the actual width to cm to match the drawing unit.
Finally, we calculate the width of the field in the drawing using the scale ratio .
So, the width of the field in the drawing is .
---